OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u_coeffs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
frame.c
649
const int16_t* const
u_coeffs
= dec->coeffs_ + 16 * 16;
local
651
VP8TransformUV(
u_coeffs
, u_dst);
653
VP8TransformDCUV(
u_coeffs
, u_dst);
/external/webp/src/dec/
frame.c
649
const int16_t* const
u_coeffs
= dec->coeffs_ + 16 * 16;
local
651
VP8TransformUV(
u_coeffs
, u_dst);
653
VP8TransformDCUV(
u_coeffs
, u_dst);
Completed in 1994 milliseconds