Searched refs:MPP_SWAP (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 446 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 D | hal_jpege_vepu1_v2.c | 209 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 D | hal_jpege_vepu2_v2.c | 404 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 D | mpp_common.h | 29 #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 D | hal_h264e_vepu_v2.c | 326 MPP_SWAP(RK_U32, width, height); in h264e_vepu_prep_setup()
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_base.c | 1009 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 D | mpi_rc2_test.c | 311 MPP_SWAP( void*, sum0, sum1 ); in calc_ssim()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu1.c | 525 MPP_SWAP(H264dRefsList_t, m_lists[2][0], m_lists[2][1]); in vdpu1_set_ref_regs()
|
| H A D | hal_h264d_vdpu2.c | 586 MPP_SWAP(H264dRefsList_t, m_lists[2][0], m_lists[2][1]); in set_ref_regs()
|