Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c446 MPP_SWAP(RK_S32, longtermPicsPoc[j], longtermPicsPoc[j + 1]); in h265e_dpb_arrange_lt_rps()
447 MPP_SWAP(RK_S32, longtermPicsRealPoc[j], longtermPicsRealPoc[j + 1]); in h265e_dpb_arrange_lt_rps()
448 MPP_SWAP(RK_S32, longtermPicsLSB[j], longtermPicsLSB[j + 1]); in h265e_dpb_arrange_lt_rps()
449 MPP_SWAP(RK_S32, longtermPicsMSB[j], longtermPicsMSB[j + 1]); in h265e_dpb_arrange_lt_rps()
450 MPP_SWAP(RK_S32, indices[j], indices[j + 1]); in h265e_dpb_arrange_lt_rps()
/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c209 MPP_SWAP(RK_U32, width, height); in hal_jpege_vepu1_gen_regs()
210 MPP_SWAP(RK_U32, width_align, ver_stride); in hal_jpege_vepu1_gen_regs()
H A Dhal_jpege_vepu2_v2.c404 MPP_SWAP(RK_U32, width, height); in hal_jpege_vepu2_gen_regs()
405 MPP_SWAP(RK_U32, width_align, ver_stride); in hal_jpege_vepu2_gen_regs()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_common.h29 #define MPP_SWAP(type, a, b) do {type SWAP_tmp = b; b = a; a = SWAP_tmp;} while(0) macro
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c326 MPP_SWAP(RK_U32, width, height); in h264e_vepu_prep_setup()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c1009 MPP_SWAP(RK_S32, width, height); in set_parameter()
1010 MPP_SWAP(RK_S32, width_align, height_align); in set_parameter()
/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c311 MPP_SWAP( void*, sum0, sum1 ); in calc_ssim()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu1.c525 MPP_SWAP(H264dRefsList_t, m_lists[2][0], m_lists[2][1]); in vdpu1_set_ref_regs()
H A Dhal_h264d_vdpu2.c586 MPP_SWAP(H264dRefsList_t, m_lists[2][0], m_lists[2][1]); in set_ref_regs()