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