HomeSort by relevance Sort by last modified time
    Searched refs:ac_prob (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
vp8.c 555 ProbaArray ac_prob; local
574 ac_prob = (ProbaArray)dec->proba_.coeffs_[0];
578 ac_prob = (ProbaArray)dec->proba_.coeffs_[3];
587 const int nz = GetCoeffs(token_br, ac_prob, ctx,
  /external/webp/src/dec/
vp8.c 555 ProbaArray ac_prob; local
574 ac_prob = (ProbaArray)dec->proba_.coeffs_[0];
578 ac_prob = (ProbaArray)dec->proba_.coeffs_[3];
587 const int nz = GetCoeffs(token_br, ac_prob, ctx,

Completed in 33 milliseconds