Home
last modified time | relevance | path

Searched defs:eob_max (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c81 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob_max) { in quantize_fp_16()
110 __m256i eob_max = _mm256_setzero_si256(); in vp9_quantize_fp_avx2() local
156 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob_max) { in quantize_fp_32x32_16_no_nzflag()
178 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob_max) { in quantize_fp_32x32_16()
214 __m256i eob_max = _mm256_setzero_si256(); in vp9_quantize_fp_32x32_avx2() local
336 __m256i eob_max = _mm256_setzero_si256(); in vp9_highbd_quantize_fp_avx2() local
399 __m256i eob_max = _mm256_setzero_si256(); in vp9_highbd_quantize_fp_32x32_avx2() local
/external/libvpx/vpx_dsp/arm/
Dquantize_neon.c79 uint16x8_t eob_max; in vpx_quantize_b_neon() local
220 uint16x8_t eob_max; in vpx_quantize_b_32x32_neon() local
Dhighbd_quantize_neon.c104 uint16x8_t eob_max; in vpx_highbd_quantize_b_neon() local
228 uint16x8_t eob_max; in vpx_highbd_quantize_b_32x32_neon() local
/external/libaom/av1/encoder/
Dtokenize.h100 const int eob_max = av1_get_max_eob(tx_size); in av1_get_tx_eob() local
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c193 int16x8_t eob_max = vdupq_n_s16(-1); in vp9_quantize_fp_32x32_neon() local