Home
last modified time | relevance | path

Searched defs:coeff_ptr (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_mmx.c31 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
Dvp8_enc_stubs_sse2.c20 short *coeff_ptr = mb->block[0].coeff; in vp8_mbblock_error_xmm() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c22 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/
Dquantize.c27 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
Dencodemb.c232 const short *coeff_ptr; in optimize_b() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c24 void vp9_quantize_fp_neon(const int16_t *coeff_ptr, intptr_t count, in vp9_quantize_fp_neon()