Searched refs:dqcoeff_ptr (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 27 short *quant_ptr, short *dqcoeff_ptr); 36 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_mmx() local 48 dqcoeff_ptr in vp8_fast_quantize_b_mmx()
|
D | quantize_mmx.asm | 17 ; short *quant_ptr, short *dqcoeff_ptr); 67 mov rax, arg(7) ;dqcoeff_ptr 107 mov rax, arg(7) ;dqcoeff_ptr 148 mov rax, arg(7) ;dqcoeff_ptr 189 mov rax, arg(7) ;dqcoeff_ptr
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | quantize.c | 33 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_c() local 37 vpx_memset(dqcoeff_ptr, 0, 32); in vp8_fast_quantize_b_c() 57 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */ in vp8_fast_quantize_b_c() 78 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_c() local 93 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */ in vp8_fast_quantize_b_c() 118 short *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_c() local 123 vpx_memset(dqcoeff_ptr, 0, 32); in vp8_regular_quantize_b_c() 145 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */ in vp8_regular_quantize_b_c() 172 short *dqcoeff_ptr; in vp8_strict_quantize_b_c() local 179 dqcoeff_ptr = d->dqcoeff; in vp8_strict_quantize_b_c() [all …]
|
D | encodemb.c | 234 short *dqcoeff_ptr; in optimize_b() local 271 dqcoeff_ptr = d->dqcoeff; in optimize_b() 328 dx = dqcoeff_ptr[rc] - coeff_ptr[rc]; in optimize_b() 459 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; in optimize_b()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 26 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_b_c() argument 37 vpx_memset(dqcoeff_ptr, 0, count * sizeof(int16_t)); in vp9_quantize_b_c() 64 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_quantize_b_c() 79 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_b_32x32_c() argument 92 vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t)); in vp9_quantize_b_32x32_c() 120 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vp9_quantize_b_32x32_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 709 …ant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t … 712 …ant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t …
|