Searched defs:coeff_ptr (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 31 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_mmx() local 55 short *coeff_ptr = mb->block[0].coeff; in vp8_mbblock_error_mmx() local
|
D | vp8_enc_stubs_sse2.c | 20 short *coeff_ptr = mb->block[0].coeff; in vp8_mbblock_error_xmm() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 22 void vp9_quantize_dc(const int16_t *coeff_ptr, int skip_block, in vp9_quantize_dc() 43 void vp9_quantize_dc_32x32(const int16_t *coeff_ptr, int skip_block, in vp9_quantize_dc_32x32() 65 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t count, in vp9_quantize_fp_c() 108 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c() 149 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count, in vp9_quantize_b_c() 202 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | quantize.c | 27 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_c() local 74 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_c() local 112 short *coeff_ptr = b->coeff; in vp8_regular_quantize_b_c() local 168 short *coeff_ptr; in vp8_strict_quantize_b_c() local 224 short *coeff_ptr = b->coeff; in vp8_regular_quantize_b_c() local
|
D | encodemb.c | 232 const short *coeff_ptr; in optimize_b() local
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 24 void vp9_quantize_fp_neon(const int16_t *coeff_ptr, intptr_t count, in vp9_quantize_fp_neon()
|