Searched refs:MPP_SWAP (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 410 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 D | hal_jpege_vepu1_v2.c | 230 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 D | hal_jpege_vepu2_v2.c | 414 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 D | mpp_common.h | 40 #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 D | mpp_enc_v2.cpp | 349 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 D | hal_h264e_vepu_v2.c | 326 MPP_SWAP(RK_U32, width, height); in h264e_vepu_prep_setup()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_base.c | 1004 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 D | mpi_rc2_test.c | 323 MPP_SWAP( void*, sum0, sum1 ); in calc_ssim()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu1.c | 524 MPP_SWAP(H264dRefsList_t, m_lists[2][0], m_lists[2][1]); in vdpu1_set_ref_regs()
|
| H A D | hal_h264d_vdpu2.c | 585 MPP_SWAP(H264dRefsList_t, m_lists[2][0], m_lists[2][1]); in set_ref_regs()
|