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

  /external/chromium_org/third_party/libwebp/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:__anon17872
vp8.c 519 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst);
  /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:__anon37920
vp8.c 519 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst);

Completed in 372 milliseconds