Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c84 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob, int ctx, int n, in GetCoeffs() function
167 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16); in vp8_decode_mb_tokens()
184 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr); in vp8_decode_mb_tokens()
201 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
499 GetCoeffs = GetCoeffsAlt; in WEBP_DSP_INIT_FUNC()
501 GetCoeffs = GetCoeffsFast; in WEBP_DSP_INIT_FUNC()
530 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals()
553 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals()
574 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals()