Lines Matching refs:poc2
1036 RK_S32 poc2 = (*(H264_StorePic_t**)arg2)->poc; in compare_pic_by_poc_desc() local
1038 if (poc1 < poc2) in compare_pic_by_poc_desc()
1040 if (poc1 > poc2) in compare_pic_by_poc_desc()
1049 RK_S32 poc2 = (*(H264_StorePic_t**)arg2)->poc; in compare_pic_by_poc_asc() local
1051 if (poc1 < poc2) in compare_pic_by_poc_asc()
1053 if (poc1 > poc2) in compare_pic_by_poc_asc()
1062 RK_S32 poc2 = (*(H264_FrameStore_t**)arg2)->poc; in compare_fs_by_poc_desc() local
1064 if (poc1 < poc2) in compare_fs_by_poc_desc()
1066 else if (poc1 > poc2) in compare_fs_by_poc_desc()
1075 RK_S32 poc2 = (*(H264_FrameStore_t**)arg2)->poc; in compare_fs_by_poc_asc() local
1077 if (poc1 < poc2) in compare_fs_by_poc_asc()
1079 else if (poc1 > poc2) in compare_fs_by_poc_asc()