Home
last modified time | relevance | path

Searched refs:GetCoeffs (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c80 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob, int ctx, int n, in GetCoeffs() function
163 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16); in vp8_decode_mb_tokens()
180 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr); in vp8_decode_mb_tokens()
197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr); in vp8_decode_mb_tokens()
/external/webp/src/dec/
Dvp8_dec.c35 static volatile GetCoeffsFunc GetCoeffs = NULL; variable
495 if (GetCoeffs == NULL) { in InitGetCoeffs()
497 GetCoeffs = GetCoeffsAlt; in InitGetCoeffs()
499 GetCoeffs = GetCoeffsFast; in InitGetCoeffs()
529 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals()
552 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals()
573 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals()