Searched refs:GetCoeffs (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/decoder/ |
D | detokenize.c | 89 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob, in GetCoeffs() function 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() 235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr); in vp8_decode_mb_tokens()
|
/external/webp/src/dec/ |
D | vp8.c | 422 static int GetCoeffs(VP8BitReader* const br, const VP8BandProbas* const prob, in GetCoeffs() function 475 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals() 498 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals() 519 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals()
|