Searched defs:qcoeff_ptr (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 24 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_dc() 45 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_dc_32x32() 69 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_fp_c() 113 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_c() 153 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_b_c() 207 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | quantize.c | 32 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_c() local 77 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_c() local 117 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_c() local 171 short *qcoeff_ptr; in vp8_strict_quantize_b_c() local 228 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_c() local
|
D | tokenize.c | 115 const short *qcoeff_ptr; in tokenize2nd_order_b() local 206 const short *qcoeff_ptr; in tokenize1st_order_b() local
|
D | encodemb.c | 233 short *qcoeff_ptr; in optimize_b() local
|
D | rdopt.c | 526 short *qcoeff_ptr = b->qcoeff; in cost_coeffs() local
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 35 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_mmx() local
|
D | quantize_sse2.c | 39 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_sse2() local
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 27 const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, in vp9_quantize_fp_neon()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | detokenize.c | 180 short *qcoeff_ptr; in vp8_decode_mb_tokens() local
|