Home
last modified time | relevance | path

Searched refs:uv_mat_ (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dquant_dec.c106 m->uv_mat_[0] = kDcTable[clip(q + dquv_dc, 117)]; in VP8ParseQuant()
107 m->uv_mat_[1] = kAcTable[clip(q + dquv_ac, 127)]; in VP8ParseQuant()
H A Dvp8i_dec.h138 quant_t y1_mat_, y2_mat_, uv_mat_; member
H A Dvp8_dec.c574 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals()

Completed in 2 milliseconds