Home | History | Annotate | Download | only in source

Lines Matching defs:uv

746 // Filter 2 rows of YUY2 UV's (422) into U and V (420).
749 // Output a row of UV values, filtering 2 rows of YUY2.
759 // Copy row of YUY2 UV's (422) into U and V (422).
762 // Output a row of UV values.
785 // Filter 2 rows of UYVY UV's (422) into U and V (420).
788 // Output a row of UV values.
798 // Copy row of UYVY UV's (422) into U and V (422).
801 // Output a row of UV values.
1205 float uv[2];
1206 uv[0] = uv_dudv[0];
1207 uv[1] = uv_dudv[1];
1209 int x = static_cast<int>(uv[0]);
1210 int y = static_cast<int>(uv[1]);
1215 uv[0] += uv_dudv[2];
1216 uv[1] += uv_dudv[3];