Home
last modified time | relevance | path

Searched defs:qcoeff_ptr (Results 1 – 18 of 18) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c17 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc()
43 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc()
67 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc_32x32()
96 tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_dc_32x32()
125 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_c()
177 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_c()
230 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_c()
288 tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_b_32x32_c()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c27 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_c()
71 tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_c()
115 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_c()
157 tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_32x32_c()
Dvp9_dct.c568 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_fdct8x8_quant_c()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_dct_neon.c25 int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, in vp9_fdct8x8_quant_neon()
Dvp9_quantize_neon.c27 const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, in vp9_quantize_fp_neon()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c25 tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_b_sse2()
111 tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_b_32x32_sse2()
Dquantize_sse2.c20 const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, in vpx_quantize_b_sse2()
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_mmx.c35 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_mmx() local
Dvp8_quantize_sse2.c39 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_sse2() local
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c26 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_c() local
63 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_c() local
Dtokenize.c115 const short *qcoeff_ptr; in tokenize2nd_order_b() local
206 const short *qcoeff_ptr; in tokenize1st_order_b() local
Dencodemb.c185 short *qcoeff_ptr; in optimize_b() local
Drdopt.c527 short *qcoeff_ptr = b->qcoeff; in cost_coeffs() local
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c220 int16_t *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_msa() local
236 int16_t *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_msa() local
/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c180 short *qcoeff_ptr; in vp8_decode_mb_tokens() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c20 const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, in vp9_quantize_fp_sse2()
Dvp9_dct_ssse3.c28 int16_t* qcoeff_ptr, in vp9_fdct8x8_quant_ssse3()
Dvp9_dct_sse2.c190 const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, in vp9_fdct8x8_quant_sse2()