Home
last modified time | relevance | path

Searched defs:uv_w (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Diterator_enc.c140 const int uv_w = (w + 1) >> 1; in VP8IteratorImport() local
209 const int uv_w = (w + 1) >> 1; in VP8IteratorExport() local
A Dpicture_csp_enc.c288 fixed_t* dst, int uv_w) { in UpdateChroma()
355 const int uv_w = w >> 1; in InterpolateTwoRows() local
405 const int uv_w = w >> 1; in ConvertWRGBToYUV() local
449 const int uv_w = w >> 1; in PreprocessARGB() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c33 const int uv_w = (mb_w + 1) / 2; in EmitYUV() local
75 const int uv_w = (mb_w + 1) / 2; in EmitFancyRGB() local

Completed in 9 milliseconds