OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y1_mat_
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dec/
quant_dec.c
91
m->
y1_mat_
[0] = kDcTable[clip(q + dqy1_dc, 127)];
92
m->
y1_mat_
[1] = kAcTable[clip(q + 0, 127)];
vp8i_dec.h
138
quant_t
y1_mat_
, y2_mat_, uv_mat_;
member in struct:__anon49421
vp8_dec.c
552
const int nz = GetCoeffs(token_br, ac_proba, ctx, q->
y1_mat_
, first, dst);
Completed in 459 milliseconds