Home
last modified time | relevance | path

Searched refs:vp9_fdct8x8_quant_c (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/config/generic/
Dvp9_rtcd.h43 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/
Dvp9_rtcd.h43 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/
Dvp9_rtcd.h43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs…
/external/libvpx/config/x86/
Dvp9_rtcd.h45 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/
Dvp9_rtcd.h45 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/
Dvp9_dct.c557 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, in vp9_fdct8x8_quant_c() function