Searched refs:sampling (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/tools/
H A Dprocess-heap-prof.py53 sampling = False
71 sampling = True
74 sampling = False
75 elif row[0] == itemname and sampling:
/external/v8/tools/
H A Dprocess-heap-prof.py53 sampling = False
71 sampling = True
74 sampling = False
75 elif row[0] == itemname and sampling:
/external/speex/libspeex/
H A Dfilterbank.h52 FilterBank *filterbank_new(int banks, spx_word32_t sampling, int len, int type);
H A Dfilterbank.c54 FilterBank *filterbank_new(int banks, spx_word32_t sampling, int len, int type) argument
62 df = DIV32(SHL32(sampling,15),MULT16_16(2,len));
63 max_mel = toBARK(EXTRACT16(sampling/2));
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_ycbcr_texture.spec37 RGB during texture sampling, after-which, all the usual per-fragment
129 texture sampling using an implementation dependent conversion.
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec37 RGB during texture sampling, after-which, all the usual per-fragment
129 texture sampling using an implementation dependent conversion.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c78 int sampling; member in struct:surface_format_info
492 if (gen >= tinfo->sampling && (gen >= tinfo->filtering || is_integer))
1026 * sampling engine message) is generated to a null surface, the result
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c78 int sampling; member in struct:surface_format_info
492 if (gen >= tinfo->sampling && (gen >= tinfo->filtering || is_integer))
1026 * sampling engine message) is generated to a null surface, the result

Completed in 288 milliseconds