Searched refs:poc2 (Results 1 – 1 of 1) sorted by relevance
1021 RK_S32 poc2 = (*(H264_StorePic_t**)arg2)->poc; in compare_pic_by_poc_desc() local1023 if (poc1 < poc2) in compare_pic_by_poc_desc()1025 if (poc1 > poc2) in compare_pic_by_poc_desc()1034 RK_S32 poc2 = (*(H264_StorePic_t**)arg2)->poc; in compare_pic_by_poc_asc() local1036 if (poc1 < poc2) in compare_pic_by_poc_asc()1038 if (poc1 > poc2) in compare_pic_by_poc_asc()1047 RK_S32 poc2 = (*(H264_FrameStore_t**)arg2)->poc; in compare_fs_by_poc_desc() local1049 if (poc1 < poc2) in compare_fs_by_poc_desc()1051 else if (poc1 > poc2) in compare_fs_by_poc_desc()1060 RK_S32 poc2 = (*(H264_FrameStore_t**)arg2)->poc; in compare_fs_by_poc_asc() local[all …]