Searched refs:vp9_fdct8x8_quant_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs… 44 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs…
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs…
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs…
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 557 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, in vp9_fdct8x8_quant_c() function
|