Searched refs:y1_mat_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dquant.c91 m->y1_mat_[0] = kDcTable[clip(q + dqy1_dc, 127)];
92 m->y1_mat_[1] = kAcTable[clip(q + 0, 127)];
H A Dvp8i.h176 quant_t y1_mat_, y2_mat_, uv_mat_; member in struct:__anon12247
H A Dvp8.c498 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst);
/external/webp/src/dec/
H A Dquant.c91 m->y1_mat_[0] = kDcTable[clip(q + dqy1_dc, 127)];
92 m->y1_mat_[1] = kAcTable[clip(q + 0, 127)];
H A Dvp8i.h176 quant_t y1_mat_, y2_mat_, uv_mat_; member in struct:__anon32459
H A Dvp8.c498 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst);

Completed in 87 milliseconds