Searched refs:coeff_ptr (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 24 int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr, 31 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_mmx() local 40 coeff_ptr, in vp8_fast_quantize_b_mmx() 52 int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc); 55 short *coeff_ptr = mb->block[0].coeff; in vp8_mbblock_error_mmx() local 57 return vp8_mbblock_error_mmx_impl(coeff_ptr, dcoef_ptr, dc); in vp8_mbblock_error_mmx()
|
D | vp8_enc_stubs_sse2.c | 17 int vp8_mbblock_error_xmm_impl(short *coeff_ptr, short *dcoef_ptr, int dc); 20 short *coeff_ptr = mb->block[0].coeff; in vp8_mbblock_error_xmm() local 22 return vp8_mbblock_error_xmm_impl(coeff_ptr, dcoef_ptr, dc); in vp8_mbblock_error_xmm()
|
D | encodeopt.asm | 14 ;int vp8_block_error_xmm(short *coeff_ptr, short *dcoef_ptr) 24 mov rsi, arg(0) ;coeff_ptr 62 ;int vp8_block_error_mmx(short *coeff_ptr, short *dcoef_ptr) 73 mov rsi, arg(0) ;coeff_ptr 128 ;int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc); 139 mov rsi, arg(0) ;coeff_ptr 205 ;int vp8_mbblock_error_xmm_impl(short *coeff_ptr, short *dcoef_ptr, int dc); 217 mov rsi, arg(0) ;coeff_ptr
|
D | quantize_mmx.asm | 14 ;int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr, 28 mov rsi, arg(0) ;coeff_ptr
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 22 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count, in vp9_quantize_b_c() argument 43 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_c() 55 const int coeff = coeff_ptr[rc]; 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() argument 98 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_32x32_c() 110 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_32x32_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | quantize.c | 27 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_c() local 44 z = coeff_ptr[rc]; in vp8_fast_quantize_b_c() 74 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_c() local 85 z = coeff_ptr[rc]; in vp8_fast_quantize_b_c() 112 short *coeff_ptr = b->coeff; in vp8_regular_quantize_b_c() local 130 z = coeff_ptr[rc]; in vp8_regular_quantize_b_c() 168 short *coeff_ptr; in vp8_strict_quantize_b_c() local 175 coeff_ptr = b->coeff; in vp8_strict_quantize_b_c() 191 z = coeff_ptr[rc]; in vp8_strict_quantize_b_c() 224 short *coeff_ptr = b->coeff; in vp8_regular_quantize_b_c() local [all …]
|
D | encodemb.c | 232 const short *coeff_ptr; in optimize_b() local 269 coeff_ptr = b->coeff; in optimize_b() 328 dx = dqcoeff_ptr[rc] - coeff_ptr[rc]; in optimize_b() 340 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) && in optimize_b() 341 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc])) in optimize_b()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 709 add_proto qw/void vp9_quantize_b/, "const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, co… 712 add_proto qw/void vp9_quantize_b_32x32/, "const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_blo…
|