Home | History | Annotate | Download | only in source

Lines Matching refs:height

97 uint32 ARGBDetect(const uint8* argb, int stride_argb, int width, int height) {
103 width *= height;
104 height = 1;
107 for (h = 0; h < height && fourcc == 0; ++h) {
167 int width, int height) {
173 width *= height;
174 height = 1;
177 for (h = 0; h < height; ++h) {
204 int width, int height) {
205 const uint64 samples = width * height;
208 width, height);
219 int width, int height) {
222 width, height);
224 const int height_uv = (height + 1) >> 1;
231 const uint64 samples = width * height + 2 * (width_uv * height_uv);
293 int width, int height) {
301 for (i = 0; i < height - 8; i += 4) {
323 int width, int height) {
325 src_y_b, stride_y_b, width, height);
327 const int height_uv = (height + 1) >> 1;