Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator_enc.c133 const int uv_w = (w + 1) >> 1; in VP8IteratorImport() local
202 const int uv_w = (w + 1) >> 1; in VP8IteratorExport() local
Dpicture_csp_enc.c281 fixed_t* dst, int uv_w) { in UpdateChroma()
348 const int uv_w = w >> 1; in InterpolateTwoRows() local
398 const int uv_w = w >> 1; in ConvertWRGBToYUV() local
442 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
75 const int uv_w = (mb_w + 1) / 2; in EmitFancyRGB() local
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c481 const int uv_w = (img->d_w + 1) / 2; in image2yuvconfig() local
Dvp8_cx_iface.c689 const int uv_w = (img->d_w + 1) / 2; in image2yuvconfig() local