Lines Matching refs:aligned_height
402 unsigned int aligned_pitch, aligned_height, yuv_len;
404 aligned_height = round_up(buf->vp9.height, 64);
406 yuv_len = (aligned_height * aligned_pitch * 3) / 2;
417 unsigned int aligned_pitch, aligned_height, y_len, yuv_len;
420 aligned_height = round_up(ref_buf->vp9.height, 64);
432 y_len = aligned_height * aligned_pitch;
519 unsigned int y_len, uv_len, yuv_len, bit_depth, aligned_height, aligned_pitch, stream_len;
554 aligned_height = round_up(ctx->decoded_fmt.fmt.pix_mp.height, 64);
559 y_len = aligned_height * aligned_pitch;
699 unsigned int aligned_width, aligned_height;
709 aligned_height = round_up(dec_params->frame_height_minus_1 + 1, 64);
716 aligned_height != ctx->decoded_fmt.fmt.pix_mp.height) {