Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator_enc.c141 const int uv_h = (h + 1) >> 1; in VP8IteratorImport() local
210 const int uv_h = (h + 1) >> 1; in VP8IteratorExport() local
Dpicture_csp_enc.c410 const int uv_h = h >> 1; in ConvertWRGBToYUV() local
454 const int uv_h = h >> 1; in PreprocessARGB() local
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c536 const int uv_h = (img->d_h + 1) / 2; in image2yuvconfig() local
Dvp8_cx_iface.c719 const int uv_h = (img->d_h + 1) / 2; in image2yuvconfig() local
/external/webp/src/dec/
Dio_dec.c34 const int uv_h = (mb_h + 1) / 2; in EmitYUV() local