Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c410 MPP_SWAP(RK_S32, longtermPicsPoc[j], longtermPicsPoc[j + 1]); in h265e_dpb_arrange_lt_rps()
411 MPP_SWAP(RK_S32, longtermPicsRealPoc[j], longtermPicsRealPoc[j + 1]); in h265e_dpb_arrange_lt_rps()
412 MPP_SWAP(RK_S32, longtermPicsLSB[j], longtermPicsLSB[j + 1]); in h265e_dpb_arrange_lt_rps()
413 MPP_SWAP(RK_S32, longtermPicsMSB[j], longtermPicsMSB[j + 1]); in h265e_dpb_arrange_lt_rps()
414 MPP_SWAP(RK_S32, indices[j], indices[j + 1]); in h265e_dpb_arrange_lt_rps()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c230 MPP_SWAP(RK_U32, width, height); in hal_jpege_vepu1_gen_regs()
231 MPP_SWAP(RK_U32, width_align, ver_stride); in hal_jpege_vepu1_gen_regs()
H A Dhal_jpege_vepu2_v2.c414 MPP_SWAP(RK_U32, width, height); in hal_jpege_vepu2_gen_regs()
415 MPP_SWAP(RK_U32, width_align, ver_stride); in hal_jpege_vepu2_gen_regs()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_common.h40 #define MPP_SWAP(type, a, b) do {type SWAP_tmp = b; b = a; a = SWAP_tmp;} while(0) macro
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp349 MPP_SWAP(RK_S32, cfg->prep.width, cfg->prep.height); in mpp_enc_control_v2()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c326 MPP_SWAP(RK_U32, width, height); in h264e_vepu_prep_setup()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c1004 MPP_SWAP(RK_S32, width, height); in set_parameter()
1005 MPP_SWAP(RK_S32, width_align, height_align); in set_parameter()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_rc2_test.c323 MPP_SWAP( void*, sum0, sum1 ); in calc_ssim()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu1.c524 MPP_SWAP(H264dRefsList_t, m_lists[2][0], m_lists[2][1]); in vdpu1_set_ref_regs()
H A Dhal_h264d_vdpu2.c585 MPP_SWAP(H264dRefsList_t, m_lists[2][0], m_lists[2][1]); in set_ref_regs()