Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator_enc.c140 const int uv_w = (w + 1) >> 1; in VP8IteratorImport() local
209 const int uv_w = (w + 1) >> 1; in VP8IteratorExport() local
Dpicture_csp_enc.c292 fixed_t* dst, int uv_w) { in UpdateChroma()
359 const int uv_w = w >> 1; in InterpolateTwoRows() local
409 const int uv_w = w >> 1; in ConvertWRGBToYUV() local
453 const int uv_w = w >> 1; in PreprocessARGB() local
/external/webp/src/dec/
Dio_dec.c33 const int uv_w = (mb_w + 1) / 2; in EmitYUV() local
70 const int uv_w = (mb_w + 1) / 2; in EmitFancyRGB() local
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c535 const int uv_w = (img->d_w + 1) / 2; in image2yuvconfig() local
Dvp8_cx_iface.c718 const int uv_w = (img->d_w + 1) / 2; in image2yuvconfig() local