Searched defs:uv_w (Results 1 – 3 of 3) sorted by relevance
140 const int uv_w = (w + 1) >> 1; in VP8IteratorImport() local209 const int uv_w = (w + 1) >> 1; in VP8IteratorExport() local
288 fixed_t* dst, int uv_w) { in UpdateChroma()355 const int uv_w = w >> 1; in InterpolateTwoRows() local405 const int uv_w = w >> 1; in ConvertWRGBToYUV() local449 const int uv_w = w >> 1; in PreprocessARGB() local
33 const int uv_w = (mb_w + 1) / 2; in EmitYUV() local75 const int uv_w = (mb_w + 1) / 2; in EmitFancyRGB() local
Completed in 9 milliseconds