Home
last modified time | relevance | path

Searched defs:iscan_ptr (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c108 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()
Dav1_quantize_sse2.c71 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()
Dav1_highbd_quantize_avx2.c49 const int16_t *iscan_ptr, int log_scale, in quantize()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c82 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/
Dquantize_sse2.c27 const int16_t *iscan_ptr) { in aom_quantize_b_sse2()
Dadaptive_quantize_avx2.c46 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()
Dquantize_x86.h148 const int16_t *iscan_ptr, int *is_found, in update_mask1()
165 __m128i *threshold, const int16_t *iscan_ptr, in update_mask0()
Dhighbd_adaptive_quantize_avx2.c36 const int16_t *iscan_ptr, in highbd_update_mask1_avx2()
49 const int16_t *iscan_ptr, in highbd_update_mask0_avx2()
Dhighbd_quantize_intrin_avx2.c67 const int16_t *iscan_ptr, tran_low_t *qcoeff, in quantize()
Dhighbd_adaptive_quantize_sse2.c58 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/
Dvp9_quantize_avx2.c31 static INLINE __m256i scan_eob_256(const __m256i *iscan_ptr, in scan_eob_256()