Searched refs:read_coeff (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 66 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 152 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 155 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 159 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 162 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 168 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 171 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | error_intrin_avx2.c | 18 static INLINE void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() function 48 read_coeff(coeff, i, &coeff_reg); in av1_block_error_avx2() 49 read_coeff(dqcoeff, i, &dqcoeff_reg); in av1_block_error_avx2()
|
D | av1_quantize_avx2.c | 19 static INLINE void read_coeff(const tran_low_t *coeff, __m256i *c) { in read_coeff() function 152 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 166 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 227 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 241 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 306 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2() 320 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2()
|
D | av1_quantize_sse2.c | 19 static INLINE void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() function 81 read_coeff(coeff_ptr, n_coeffs, &coeff0, &coeff1); in quantize()
|