Searched refs:aligned_pitch (Results 1 – 1 of 1) sorted by relevance
402 unsigned int aligned_pitch, aligned_height, yuv_len; in get_mv_base_addr() local405 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() local432 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()556 aligned_pitch = round_up(ctx->decoded_fmt.fmt.pix_mp.width * in config_registers()559 y_len = aligned_height * aligned_pitch; in config_registers()563 writel_relaxed(RKVDEC_Y_HOR_VIRSTRIDE(aligned_pitch / 16) | in config_registers()[all …]