Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c89 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/
Dvp8.c416 static int GetCoeffs(VP8BitReader* const br, const VP8BandProbas* const prob[], in GetCoeffs() function
468 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals()
491 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals()
512 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8.c501 static int GetCoeffs(VP8BitReader* const br, ProbaArray prob, in GetCoeffs() function
571 (GetCoeffs(token_br, (ProbaArray)dec->proba_.coeffs_[1], in ParseResiduals()
587 const int nz = GetCoeffs(token_br, ac_prob, ctx, in ParseResiduals()
609 GetCoeffs(token_br, (ProbaArray)dec->proba_.coeffs_[2], in ParseResiduals()