Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dquant.c91 m->y1_mat_[0] = kDcTable[clip(q + dqy1_dc, 127)]; in VP8ParseQuant()
92 m->y1_mat_[1] = kAcTable[clip(q + 0, 127)]; in VP8ParseQuant()
Dvp8i.h139 quant_t y1_mat_, y2_mat_, uv_mat_; member
Dvp8.c491 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals()
/external/opencv3/3rdparty/libwebp/dec/
Dquant.c95 m->y1_mat_[0] = kDcTable[clip(q + dqy1_dc, 127)]; in VP8ParseQuant()
96 m->y1_mat_[1] = kAcTable[clip(q + 0, 127)]; in VP8ParseQuant()
Dvp8i.h170 quant_t y1_mat_, y2_mat_, uv_mat_; member
Dvp8.c588 q->y1_mat_, first, dst); in ParseResiduals()