/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | detokenize.c | 180 short *qcoeff_ptr; in vp8_decode_mb_tokens() local 188 qcoeff_ptr = &x->qcoeff[0]; in vp8_decode_mb_tokens() 197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16); in vp8_decode_mb_tokens() 217 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr); in vp8_decode_mb_tokens() 223 qcoeff_ptr += 16; in vp8_decode_mb_tokens() 235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr); in vp8_decode_mb_tokens() 240 qcoeff_ptr += 16; in vp8_decode_mb_tokens()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 25 short *qcoeff_ptr, short *dequant_ptr, 35 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_mmx() local 42 qcoeff_ptr, in vp8_fast_quantize_b_mmx()
|
D | quantize_mmx.asm | 15 ; short *qcoeff_ptr,short *dequant_ptr, 58 mov rdi, arg(2) ;qcoeff_ptr 98 mov rdi, arg(2) ;qcoeff_ptr 139 mov rdi, arg(2) ;qcoeff_ptr 180 mov rdi, arg(2) ;qcoeff_ptr 196 mov rsi, arg(2) ;qcoeff_ptr
|
D | quantize_sse2.c | 30 qcoeff_ptr[z] = y[z]; \ 40 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_sse2() local 59 vpx_memset(qcoeff_ptr, 0, 32); in vp8_regular_quantize_b_sse2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | tokenize.c | 115 const short *qcoeff_ptr; in tokenize2nd_order_b() local 122 qcoeff_ptr = b->qcoeff; in tokenize2nd_order_b() 142 v = qcoeff_ptr[0]; in tokenize2nd_order_b() 158 v = qcoeff_ptr[rc]; in tokenize2nd_order_b() 206 const short *qcoeff_ptr; in tokenize1st_order_b() local 219 qcoeff_ptr = b->qcoeff; in tokenize1st_order_b() 241 v = qcoeff_ptr[c]; in tokenize1st_order_b() 259 v = qcoeff_ptr[rc]; in tokenize1st_order_b() 294 qcoeff_ptr = b->qcoeff; in tokenize1st_order_b() 314 v = qcoeff_ptr[0]; in tokenize1st_order_b() [all …]
|
D | quantize.c | 32 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_c() local 36 vpx_memset(qcoeff_ptr, 0, 32); in vp8_fast_quantize_b_c() 56 qcoeff_ptr[rc] = x; /* write to destination */ in vp8_fast_quantize_b_c() 77 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_c() local 92 qcoeff_ptr[rc] = x; /* write to destination */ in vp8_fast_quantize_b_c() 117 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_c() local 122 vpx_memset(qcoeff_ptr, 0, 32); in vp8_regular_quantize_b_c() 144 qcoeff_ptr[rc] = x; /* write to destination */ in vp8_regular_quantize_b_c() 171 short *qcoeff_ptr; in vp8_strict_quantize_b_c() local 178 qcoeff_ptr = d->qcoeff; in vp8_strict_quantize_b_c() [all …]
|
D | encodemb.c | 233 short *qcoeff_ptr; in optimize_b() local 270 qcoeff_ptr = d->qcoeff; in optimize_b() 297 x = qcoeff_ptr[rc]; in optimize_b() 458 qcoeff_ptr[rc] = x; in optimize_b()
|
D | rdopt.c | 527 short *qcoeff_ptr = b->qcoeff; in cost_coeffs() local 534 const int v = qcoeff_ptr[vp8_default_zig_zag1d[c]]; in cost_coeffs()
|
/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 36 vpx_memset(qcoeff_ptr, 0, count * sizeof(int16_t)); in vp9_quantize_b_c() 63 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; 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 91 vpx_memset(qcoeff_ptr, 0, n_coeffs * sizeof(int16_t)); in vp9_quantize_b_32x32_c() 119 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; 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 …tr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoef… 712 …tr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoef…
|