Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c24 const int16_t *iscan_ptr) { in vpx_quantize_b_neon() argument
42 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one)); in vpx_quantize_b_neon()
71 iscan_ptr += 8; in vpx_quantize_b_neon()
94 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one)); in vpx_quantize_b_neon()
124 iscan_ptr += 8; in vpx_quantize_b_neon()
158 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vpx_quantize_b_32x32_neon() argument
178 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one)); in vpx_quantize_b_32x32_neon()
209 iscan_ptr += 8; in vpx_quantize_b_32x32_neon()
238 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one)); in vpx_quantize_b_32x32_neon()
270 iscan_ptr += 8; in vpx_quantize_b_32x32_neon()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c25 const int16_t *iscan_ptr) { in vp9_quantize_fp_sse2() argument
37 iscan_ptr += n_coeffs; in vp9_quantize_fp_sse2()
103 iscan0 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs)); in vp9_quantize_fp_sse2()
104 iscan1 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs) + 1); in vp9_quantize_fp_sse2()
178 iscan0 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs)); in vp9_quantize_fp_sse2()
179 iscan1 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs) + 1); 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
283 iscan_ptr += n_coeffs; in vp9_fdct8x8_quant_ssse3()
353 iscan0 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs)); in vp9_fdct8x8_quant_ssse3()
354 iscan1 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs) + 1); in vp9_fdct8x8_quant_ssse3()
430 iscan0 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs)); in vp9_fdct8x8_quant_ssse3()
431 iscan1 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs) + 1); in vp9_fdct8x8_quant_ssse3()
Dvp9_dct_intrin_sse2.c189 const int16_t *iscan_ptr) { in vp9_fdct8x8_quant_sse2() argument
452 iscan_ptr += n_coeffs; in vp9_fdct8x8_quant_sse2()
521 iscan0 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs)); in vp9_fdct8x8_quant_sse2()
522 iscan1 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs) + 1); in vp9_fdct8x8_quant_sse2()
585 iscan0 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs)); in vp9_fdct8x8_quant_sse2()
586 iscan1 = _mm_load_si128((const __m128i *)(iscan_ptr + n_coeffs) + 1); in vp9_fdct8x8_quant_sse2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c28 const int16_t *iscan_ptr) { in vpx_quantize_b_avx() argument
100 eob = scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_ptr, 0, in vpx_quantize_b_avx()
144 eob0 = scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_ptr, in vpx_quantize_b_avx()
157 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vpx_quantize_b_32x32_avx() argument
256 eob = scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_ptr, 0, in vpx_quantize_b_32x32_avx()
309 eob0 = scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_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
78 scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_ptr, 0, zero); in vpx_quantize_b_ssse3()
109 eob0 = scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_ptr, in vpx_quantize_b_ssse3()
124 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vpx_quantize_b_32x32_ssse3() argument
229 eob = scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_ptr, 0, in vpx_quantize_b_32x32_ssse3()
286 eob0 = scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_ptr, in vpx_quantize_b_32x32_ssse3()
Dquantize_sse2.c26 const int16_t *iscan_ptr) { in vpx_quantize_b_sse2() argument
85 scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_ptr, 0, zero); in vpx_quantize_b_sse2()
118 eob0 = scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan_ptr, in vpx_quantize_b_sse2()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c125 const int16_t *scan, const int16_t *iscan_ptr) { in vp9_quantize_fp_32x32_neon() argument
138 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one)); in vp9_quantize_fp_32x32_neon()
177 iscan_ptr += 8; in vp9_quantize_fp_32x32_neon()
192 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one)); in vp9_quantize_fp_32x32_neon()
223 iscan_ptr += 8; in vp9_quantize_fp_32x32_neon()
Dvp9_dct_neon.c27 const int16_t *iscan_ptr) { in vp9_fdct8x8_quant_neon() argument
34 iscan_ptr); in vp9_fdct8x8_quant_neon()