Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.c22 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count, in vp9_quantize_b_c()
74 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_b_32x32_c()