Searched refs:scan_ptr (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_x86.h | 54 const int16_t *scan_ptr, const int index, in scan_for_eob() argument 58 __m128i scan0 = _mm_load_si128((const __m128i *)(scan_ptr + index)); in scan_for_eob() 59 __m128i scan1 = _mm_load_si128((const __m128i *)(scan_ptr + index + 8)); in scan_for_eob()
|
D | quantize_avx.c | 27 uint16_t *eob_ptr, const int16_t *scan_ptr, in vpx_quantize_b_avx() argument 40 (void)scan_ptr; in vpx_quantize_b_avx() 157 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vpx_quantize_b_32x32_avx() argument 170 (void)scan_ptr; in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 25 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vpx_quantize_b_ssse3() argument 35 (void)scan_ptr; in vpx_quantize_b_ssse3() 124 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vpx_quantize_b_32x32_ssse3() argument 136 (void)scan_ptr; in vpx_quantize_b_32x32_ssse3()
|
D | quantize_sse2.c | 25 uint16_t *eob_ptr, const int16_t *scan_ptr, in vpx_quantize_b_sse2() argument 36 (void)scan_ptr; in vpx_quantize_b_sse2()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_dct_neon.c | 26 uint16_t *eob_ptr, const int16_t *scan_ptr, in vp9_fdct8x8_quant_neon() argument 33 qcoeff_ptr, dqcoeff_ptr, dequant_ptr, eob_ptr, scan_ptr, in vp9_fdct8x8_quant_neon()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 23 uint16_t *eob_ptr, const int16_t *scan_ptr, in vpx_quantize_b_neon() argument 28 (void)scan_ptr; in vpx_quantize_b_neon() 158 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vpx_quantize_b_32x32_neon() argument 163 (void)scan_ptr; in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 24 uint16_t *eob_ptr, const int16_t *scan_ptr, in vp9_quantize_fp_sse2() argument 32 (void)scan_ptr; in vp9_quantize_fp_sse2()
|
D | vp9_dct_ssse3.c | 25 uint16_t *eob_ptr, const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vp9_fdct8x8_quant_ssse3() argument 55 (void)scan_ptr; in vp9_fdct8x8_quant_ssse3()
|
D | vp9_dct_intrin_sse2.c | 188 uint16_t *eob_ptr, const int16_t *scan_ptr, in vp9_fdct8x8_quant_sse2() argument 218 (void)scan_ptr; in vp9_fdct8x8_quant_sse2()
|