Lines Matching refs:y_height
1660 ((cm->Height + 15) & ~15) != cm->yv12_fb[cm->lst_fb_idx].y_height || in vp8_change_config()
2480 int h = s->y_height; in vp8_write_yuv_frame()
2834 for (i = 0; i < frame->y_height; ++i)
3036 int tot_num_blocks = (source->y_height * source->y_width) >> 8; in measure_square_diff_partial()
3044 for (i = 0; i < source->y_height; i += 16 * skip) { in measure_square_diff_partial()
3856 src += cpi->Source->y_stride * (cpi->Source->y_height - 1); in encode_frame_to_data_rate()
4815 if (sd->y_width != cpi->oxcf.Width || sd->y_height != cpi->oxcf.Height) { in vp8_receive_raw_frame()
5183 unsigned int y_height = cpi->common.Height; in vp8_get_compressed_data() local
5185 unsigned int uv_height = (y_height + 1) / 2; in vp8_get_compressed_data()
5186 int y_samples = y_height * y_width; in vp8_get_compressed_data()
5192 recon->y_stride, y_width, y_height); in vp8_get_compressed_data()
5221 pp->y_stride, y_width, y_height); in vp8_get_compressed_data()
5320 dest->y_height = cpi->common.Height; in vp8_get_preview_raw_frame()
5445 for (i = 0; i < source->y_height; i += 16) { in vp8_calc_ss_err()