Home | History | Annotate | Download | only in src

Lines Matching defs:slice_type

30     int CurrMbAddr, slice_type;
32 slice_type = video->slice_type;
138 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
173 int slice_type;
179 slice_type = video->slice_type;
377 if (slice_type == AVC_P_SLICE)
391 else if (slice_type == AVC_B_SLICE)
415 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE && currMB->mbMode != AVC_SKIP)
562 mb_type = InterpretMBType(currMB, video->slice_type);
602 uint InterpretMBType(AVCMacroblock *currMB, int slice_type)
640 if (slice_type == AVC_P_SLICE)
648 /* else if(slice_type == AVC_B_SLICE)
675 if(slice_type == AVC_SI_SLICE)
778 uint slice_type = video->slice_type;
789 if (slice_type == AVC_P_SLICE)
794 else if(slice_type == AVC_B_SLICE)