Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c92 RK_U32 luma_size ; member
789 RK_U32 y_stride = ctx->luma_size; in vdpu_av1d_set_reference_frames()
791 RK_U32 mv_offset = ctx->luma_size + ctx->chroma_size + 64; in vdpu_av1d_set_reference_frames()
1051 y_stride = ctx->luma_size ; in vdpu_av1d_set_reference_frames()
1826 RK_U32 luma_size = out_w * out_h; in vdpu_av1d_setup_tile_bufs() local
1827 RK_U32 chroma_size = luma_size >> 1; in vdpu_av1d_setup_tile_bufs()
1828 RK_U32 tile_out_size = luma_size + chroma_size + dir_mvs_size + 512; in vdpu_av1d_setup_tile_bufs()
1834 ctx->luma_size = luma_size; in vdpu_av1d_setup_tile_bufs()
2109 RK_U32 y_stride = ctx->luma_size; in vdpu_av1d_gen_regs()
/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c192 RK_U32 luma_size = width * height; in mpi_rc_calc_psnr() local
211 mse_y = ssd_y / (65025.0 * luma_size); // 65025=255*255 in mpi_rc_calc_psnr()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c193 RK_U32 luma_size ; member