Searched refs:poc1 (Results 1 – 1 of 1) sorted by relevance
1035 RK_S32 poc1 = (*(H264_StorePic_t**)arg1)->poc; in compare_pic_by_poc_desc() local1038 if (poc1 < poc2) in compare_pic_by_poc_desc()1040 if (poc1 > poc2) in compare_pic_by_poc_desc()1048 RK_S32 poc1 = (*(H264_StorePic_t**)arg1)->poc; in compare_pic_by_poc_asc() local1051 if (poc1 < poc2) in compare_pic_by_poc_asc()1053 if (poc1 > poc2) in compare_pic_by_poc_asc()1061 RK_S32 poc1 = (*(H264_FrameStore_t**)arg1)->poc; in compare_fs_by_poc_desc() local1064 if (poc1 < poc2) in compare_fs_by_poc_desc()1066 else if (poc1 > poc2) in compare_fs_by_poc_desc()1074 RK_S32 poc1 = (*(H264_FrameStore_t**)arg1)->poc; in compare_fs_by_poc_asc() local[all …]