Home | History | Annotate | Download | only in common

Lines Matching refs:y_height

199         source->y_height, source->y_width, ppl);
202 post->y_stride, post->y_height,
206 post->y_stride, post->y_height, post->y_width,
220 vpx_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
222 vpx_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
241 const int src_heights[3] = { src->y_height, src->uv_height,
255 const int mb_rows = src->y_height / 16;
420 ppbuf->y_height, ppbuf->y_stride);
427 dest->y_height = cm->height;
429 dest->uv_height = dest->y_height >> cm->subsampling_y;