Searched refs:qcoeff_ptr (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c25 short *qcoeff_ptr, short *dequant_ptr,
35 short *qcoeff_ptr = d->qcoeff; local
42 qcoeff_ptr,
H A Dquantize_mmx.asm15 ; 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
H A Dquantize_sse2.asm148 mov WORD PTR[rsp + qcoeff + %1 * 2], di ;qcoeff_ptr[rc] = temp_qcoeff[rc]
187 mov rcx, [rsi + vp8_blockd_qcoeff] ; qcoeff_ptr
/external/libvpx/libvpx/vp8/decoder/
H A Ddetokenize.c180 short *qcoeff_ptr; local
188 qcoeff_ptr = &x->qcoeff[0];
197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16);
217 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr);
223 qcoeff_ptr += 16;
235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr);
240 qcoeff_ptr += 16;
/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.c115 const short *qcoeff_ptr; local
122 qcoeff_ptr = b->qcoeff;
142 v = qcoeff_ptr[0];
158 v = qcoeff_ptr[rc];
206 const short *qcoeff_ptr; local
218 qcoeff_ptr = b->qcoeff;
240 v = qcoeff_ptr[c];
257 v = qcoeff_ptr[rc];
291 qcoeff_ptr = b->qcoeff;
311 v = qcoeff_ptr[
[all...]
H A Dquantize.c32 short *qcoeff_ptr = d->qcoeff; local
36 vpx_memset(qcoeff_ptr, 0, 32);
56 qcoeff_ptr[rc] = x; /* write to destination */
77 short *qcoeff_ptr = d->qcoeff; local
92 qcoeff_ptr[rc] = x; /* write to destination */
117 short *qcoeff_ptr = d->qcoeff; local
122 vpx_memset(qcoeff_ptr, 0, 32);
144 qcoeff_ptr[rc] = x; /* write to destination */
171 short *qcoeff_ptr; local
178 qcoeff_ptr
228 short *qcoeff_ptr = d->qcoeff; local
[all...]
H A Dencodemb.c233 short *qcoeff_ptr; local
270 qcoeff_ptr = d->qcoeff;
297 x = qcoeff_ptr[rc];
458 qcoeff_ptr[rc] = x;
H A Drdopt.c522 short *qcoeff_ptr = b->qcoeff; local
526 # define QC( I) ( qcoeff_ptr [vp8_default_zig_zag1d[I]] )

Completed in 103 milliseconds