Searched refs:slice_type (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264_parser.c116 unsigned int slice_type; local
165 slice_type = get_ue_golomb_31(&h->s.gb);
166 s->pict_type = golomb_to_pict_type[slice_type % 5];
H A Dh264.h344 int slice_type; member in struct:H264Context
H A Dh264.c3657 unsigned int slice_type, tmp, i, j; local
3679 slice_type= get_ue_golomb_31(&s->gb);
3680 if(slice_type > 9){
3681 av_log(h->s.avctx, AV_LOG_ERROR, "slice type too large (%d) at %d %d\n", h->slice_type, s->mb_x, s->mb_y);
3684 if(slice_type > 4){
3685 slice_type -= 5;
3690 slice_type= golomb_to_pict_type[ slice_type ];
3691 if (slice_type == FF_I_TYPE
3692 || (h0->current_slice != 0 && slice_type
[all...]
H A Dsvq3.c735 h->slice_type = golomb_to_pict_type[i];
915 s->pict_type = h->slice_type;

Completed in 155 milliseconds