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

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_sse2.c 160 store_zero_tran_low(qcoeff_ptr + n_coeffs);
161 store_zero_tran_low(qcoeff_ptr + n_coeffs + 8);
163 store_zero_tran_low(dqcoeff_ptr + n_coeffs);
164 store_zero_tran_low(dqcoeff_ptr + n_coeffs + 8);
vp9_dct_ssse3.c 412 store_zero_tran_low(qcoeff_ptr + n_coeffs);
413 store_zero_tran_low(qcoeff_ptr + n_coeffs + 8);
415 store_zero_tran_low(dqcoeff_ptr + n_coeffs);
416 store_zero_tran_low(dqcoeff_ptr + n_coeffs + 8);
457 store_zero_tran_low(dqcoeff_ptr + n_coeffs);
458 store_zero_tran_low(dqcoeff_ptr + n_coeffs + 8);
459 store_zero_tran_low(qcoeff_ptr + n_coeffs);
460 store_zero_tran_low(qcoeff_ptr + n_coeffs + 8);
  /external/libvpx/libvpx/vpx_dsp/x86/
bitdepth_conversion_sse2.h 47 static INLINE void store_zero_tran_low(tran_low_t *a) { function

Completed in 84 milliseconds