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

  /external/webp/src/dec/
quant.c 101 m->uv_mat_[0] = kDcTable[clip(q + dquv_dc, 117)];
102 m->uv_mat_[1] = kAcTable[clip(q + dquv_ac, 127)];
vp8i.h 176 quant_t y1_mat_, y2_mat_, uv_mat_; member in struct:__anon21200
vp8.c 519 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst);

Completed in 44 milliseconds