Home
last modified time | relevance | path

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

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vp9.c371 unsigned int aligned_pitch, aligned_height, yuv_len; in get_mv_base_addr() local
374 aligned_pitch = round_up(buf->vp9.width * buf->vp9.bit_depth, 512) / 8; in get_mv_base_addr()
375 yuv_len = (aligned_height * aligned_pitch * 3) / 2; in get_mv_base_addr()
386 unsigned int aligned_pitch, aligned_height, y_len, yuv_len; in config_ref_registers() local
399 aligned_pitch = round_up(ref_buf->vp9.width * ref_buf->vp9.bit_depth, 512) / 8; in config_ref_registers()
400 y_len = aligned_height * aligned_pitch; in config_ref_registers()
403 regs->vp9.reg37_39[i].y_hor_virstride = aligned_pitch / 16; in config_ref_registers()
404 regs->vp9.reg37_39[i].uv_hor_virstride = aligned_pitch / 16; in config_ref_registers()
478 unsigned int y_len, uv_len, yuv_len, bit_depth, aligned_height, aligned_pitch, stream_len; in config_registers() local
514 aligned_pitch = round_up(ctx->decoded_fmt.fmt.pix_mp.width * in config_registers()
[all …]