Home
last modified time | relevance | path

Searched refs:zbin_ptr (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_mmx.c24 int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
32 short *zbin_ptr = b->zbin; in vp8_fast_quantize_b_mmx() local
41 zbin_ptr, in vp8_fast_quantize_b_mmx()
Dquantize_mmx.asm14 ;int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
31 mov rax, arg(1) ;zbin_ptr
74 mov rax, arg(1) ;zbin_ptr
115 mov rax, arg(1) ;zbin_ptr
156 mov rax, arg(1) ;zbin_ptr
Dquantize_sse4.asm87 ; *zbin_ptr + zbin_oq_value
94 ; x - (*zbin_ptr + zbin_oq_value)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.c24 const int16_t *zbin_ptr, const int16_t *round_ptr, in vp9_quantize_b_c() argument
31 const int zbins[2] = { zbin_ptr[0] + zbin_oq_value, in vp9_quantize_b_c()
32 zbin_ptr[1] + zbin_oq_value }; in vp9_quantize_b_c()
76 const int16_t *zbin_ptr, const int16_t *round_ptr, in vp9_quantize_b_32x32_c() argument
83 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0] + zbin_oq_value, 1), in vp9_quantize_b_32x32_c()
84 ROUND_POWER_OF_TWO(zbin_ptr[1] + zbin_oq_value, 1) }; in vp9_quantize_b_32x32_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c28 short *zbin_ptr = b->zbin; in vp8_fast_quantize_b_c() local
45 zbin = zbin_ptr[rc] ; in vp8_fast_quantize_b_c()
113 short *zbin_ptr = b->zbin; in vp8_regular_quantize_b_c() local
132 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value; in vp8_regular_quantize_b_c()
225 short *zbin_ptr = b->zbin; in vp8_regular_quantize_b_c() local
243 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value; in vp8_regular_quantize_b_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_rtcd_defs.pl709 …t int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *r…
712 …t int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *r…