/external/chromium_org/third_party/libwebp/dec/ |
quant.c | 105 m->uv_mat_[0] = kDcTable[clip(q + dquv_dc, 117)]; 106 m->uv_mat_[1] = kAcTable[clip(q + dquv_ac, 127)];
|
vp8i.h | 170 quant_t y1_mat_, y2_mat_, uv_mat_; member in struct:__anon14814
|
vp8.c | 610 ctx, q->uv_mat_, 0, dst);
|
/external/webp/src/dec/ |
quant.c | 105 m->uv_mat_[0] = kDcTable[clip(q + dquv_dc, 117)]; 106 m->uv_mat_[1] = kAcTable[clip(q + dquv_ac, 127)];
|
vp8i.h | 170 quant_t y1_mat_, y2_mat_, uv_mat_; member in struct:__anon31258
|
vp8.c | 610 ctx, q->uv_mat_, 0, dst);
|