Searched refs:aligned_pitch (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/staging/media/rkvdec/ |
H A D | rkvdec-vp9.c | 402 unsigned int aligned_pitch, aligned_height, yuv_len; in get_mv_base_addr() local 405 aligned_pitch = round_up(buf->vp9.width * buf->vp9.bit_depth, 512) / 8; in get_mv_base_addr() 406 yuv_len = (aligned_height * aligned_pitch * 3) / 2; in get_mv_base_addr() 417 unsigned int aligned_pitch, aligned_height, y_len, yuv_len; in config_ref_registers() local 431 aligned_pitch = round_up(ref_buf->vp9.width * ref_buf->vp9.bit_depth, 512) / 8; in config_ref_registers() 432 y_len = aligned_height * aligned_pitch; in config_ref_registers() 435 writel_relaxed(RKVDEC_HOR_Y_VIRSTRIDE(aligned_pitch / 16) | in config_ref_registers() 436 RKVDEC_HOR_UV_VIRSTRIDE(aligned_pitch / 16), in config_ref_registers() 519 unsigned int y_len, uv_len, yuv_len, bit_depth, aligned_height, aligned_pitch, stream_len; in config_registers() local 556 aligned_pitch = round_up(ctx->decoded_fmt.fmt.pix_mp.width * in config_registers() [all …]
|