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

  /external/webp/src/dec/
quant_dec.c 94 m->y2_mat_[0] = kDcTable[clip(q + dqy2_dc, 127)] * 2;
98 m->y2_mat_[1] = (kAcTable[clip(q + dqy2_ac, 127)] * 101581) >> 16;
99 if (m->y2_mat_[1] < 8) m->y2_mat_[1] = 8;
vp8i_dec.h 138 quant_t y1_mat_, y2_mat_, uv_mat_; member in struct:__anon49421
vp8_dec.c 529 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc);

Completed in 227 milliseconds