Searched refs:aligned_pitch (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c402 unsigned int aligned_pitch, aligned_height, yuv_len; local
405 aligned_pitch = round_up(buf->vp9.width * buf->vp9.bit_depth, 512) / 8;
406 yuv_len = (aligned_height * aligned_pitch * 3) / 2;
417 unsigned int aligned_pitch, aligned_height, y_len, yuv_len; local
431 aligned_pitch = round_up(ref_buf->vp9.width * ref_buf->vp9.bit_depth, 512) / 8;
432 y_len = aligned_height * aligned_pitch;
435 writel_relaxed(RKVDEC_HOR_Y_VIRSTRIDE(aligned_pitch / 16) |
436 RKVDEC_HOR_UV_VIRSTRIDE(aligned_pitch / 16),
519 unsigned int y_len, uv_len, yuv_len, bit_depth, aligned_height, aligned_pitch, stream_len; local
556 aligned_pitch
[all...]

Completed in 157 milliseconds