Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c149 static MPP_RET mpi_rc_cmp_frame(MppFrame frame_in, MppFrame frame_out) in mpi_rc_cmp_frame() argument
151 void *enc_buf = mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_in)); in mpi_rc_cmp_frame()
153 RK_U32 enc_width = mpp_frame_get_width(frame_in); in mpi_rc_cmp_frame()
154 RK_U32 enc_height = mpp_frame_get_height(frame_in); in mpi_rc_cmp_frame()
181 static void mpi_rc_calc_psnr(MpiRcStat *stat, MppFrame frame_in, in mpi_rc_calc_psnr() argument
190 RK_U32 width = mpp_frame_get_width(frame_in); in mpi_rc_calc_psnr()
191 RK_U32 height = mpp_frame_get_height(frame_in); in mpi_rc_calc_psnr()
193 RK_U32 enc_hor_stride = mpp_frame_get_hor_stride(frame_in); in mpi_rc_calc_psnr()
195 RK_U8 *enc_buf = (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_in)); in mpi_rc_calc_psnr()
326 static void mpi_rc_calc_ssim(MpiRc2TestCtx *ctx, MppFrame frame_in, MppFrame frame_out) in mpi_rc_calc_ssim() argument
[all …]