Home
last modified time | relevance | path

Searched refs:poc1 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1020 RK_S32 poc1 = (*(H264_StorePic_t**)arg1)->poc; in compare_pic_by_poc_desc() local
1023 if (poc1 < poc2) in compare_pic_by_poc_desc()
1025 if (poc1 > poc2) in compare_pic_by_poc_desc()
1033 RK_S32 poc1 = (*(H264_StorePic_t**)arg1)->poc; in compare_pic_by_poc_asc() local
1036 if (poc1 < poc2) in compare_pic_by_poc_asc()
1038 if (poc1 > poc2) in compare_pic_by_poc_asc()
1046 RK_S32 poc1 = (*(H264_FrameStore_t**)arg1)->poc; in compare_fs_by_poc_desc() local
1049 if (poc1 < poc2) in compare_fs_by_poc_desc()
1051 else if (poc1 > poc2) in compare_fs_by_poc_desc()
1059 RK_S32 poc1 = (*(H264_FrameStore_t**)arg1)->poc; in compare_fs_by_poc_asc() local
[all …]