Searched refs:vp9_fdct8x8_quant_ssse3 (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/config/x86/
H A Dvp9_rtcd.h46 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
47 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_ssse3
/external/libvpx/config/x86_64/
H A Dvp9_rtcd.h46 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
47 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_ssse3
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_ssse3.c21 void vp9_fdct8x8_quant_ssse3( function

Completed in 109 milliseconds