Searched refs:GetCoeffs (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/decoder/ |
D | detokenize.c | 84 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/ |
D | vp8_dec.c | 35 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()
|