Home | History | Annotate | Download | only in src

Lines Matching refs:pic_order_cnt_type

92     ue_v(stream, &(seqParam->pic_order_cnt_type));
94 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 1", seqParam->log2_max_frame_num_minus4, seqParam->pic_order_cnt_type);
96 if (seqParam->pic_order_cnt_type == 0)
100 else if (seqParam->pic_order_cnt_type == 1)
635 if (currSPS->pic_order_cnt_type == 0)
648 if (currSPS->pic_order_cnt_type == 1 && !currSPS->delta_pic_order_always_zero_flag)
946 switch (currSPS->pic_order_cnt_type)