HomeSort by relevance Sort by last modified time
    Searched refs:vp9_fdct8x8_quant_sse2 (Results 1 - 3 of 3) sorted by null

  /external/libvpx/config/x86/
vp9_rtcd.h 46 void vp9_fdct8x8_quant_sse2(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);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 46 void vp9_fdct8x8_quant_sse2(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);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 184 void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, function
    [all...]

Completed in 671 milliseconds