Searched defs:iscan_ptr (Results 1 – 11 of 11) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_quantize_avx2.c | 108 const int16_t *iscan_ptr, tran_low_t *qcoeff, in quantize() 135 static INLINE __m256i scan_eob_256(const __m256i *iscan_ptr, in scan_eob_256() 256 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in av1_quantize_fp_avx2() 294 __m256i *c, const int16_t *iscan_ptr, in quantize_32x32() 331 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in av1_quantize_fp_32x32_avx2() 369 __m256i *c, const int16_t *iscan_ptr, in quantize_64x64() 410 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in av1_quantize_fp_64x64_avx2()
|
D | av1_quantize_sse2.c | 71 static INLINE void quantize(const int16_t *iscan_ptr, in quantize() 144 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in av1_quantize_fp_sse2()
|
D | av1_highbd_quantize_avx2.c | 49 const int16_t *iscan_ptr, int log_scale, in quantize()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 82 const int16_t *iscan_ptr, int index) { in nonzero_scanindex() 103 const int16_t *iscan_ptr) { in vpx_quantize_b_vsx() 204 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vpx_quantize_b_32x32_vsx()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | quantize_sse2.c | 27 const int16_t *iscan_ptr) { in aom_quantize_b_sse2()
|
D | adaptive_quantize_avx2.c | 46 const int16_t *iscan_ptr, int *is_found, in update_mask1_avx2() 58 const int16_t *iscan_ptr, int *is_found, in update_mask0_avx2()
|
D | quantize_x86.h | 148 const int16_t *iscan_ptr, int *is_found, in update_mask1() 165 __m128i *threshold, const int16_t *iscan_ptr, in update_mask0()
|
D | highbd_adaptive_quantize_avx2.c | 36 const int16_t *iscan_ptr, in highbd_update_mask1_avx2() 49 const int16_t *iscan_ptr, in highbd_update_mask0_avx2()
|
D | highbd_quantize_intrin_avx2.c | 67 const int16_t *iscan_ptr, tran_low_t *qcoeff, in quantize()
|
D | highbd_adaptive_quantize_sse2.c | 58 const int16_t *iscan_ptr, int *is_found, in highbd_update_mask1() 72 const int16_t *iscan_ptr, int *is_found, in highbd_update_mask0()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_avx2.c | 31 static INLINE __m256i scan_eob_256(const __m256i *iscan_ptr, in scan_eob_256()
|