Home
last modified time | relevance | path

Searched refs:scan_ptr (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_x86.h54 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()
Dquantize_avx.c27 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()
Dquantize_ssse3.c25 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()
Dquantize_sse2.c25 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/
Dvp9_dct_neon.c26 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/
Dquantize_neon.c23 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/
Dvp9_quantize_sse2.c24 uint16_t *eob_ptr, const int16_t *scan_ptr, in vp9_quantize_fp_sse2() argument
32 (void)scan_ptr; in vp9_quantize_fp_sse2()
Dvp9_dct_ssse3.c25 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()
Dvp9_dct_intrin_sse2.c188 uint16_t *eob_ptr, const int16_t *scan_ptr, in vp9_fdct8x8_quant_sse2() argument
218 (void)scan_ptr; in vp9_fdct8x8_quant_sse2()