Searched refs:current_slice (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_picture.c199 if (!FIELD_PICTURE(h) && h->current_slice && !h->sps.new) {
210 h->current_slice = 0;
H A Dh264_slice.c1286 if (h0->current_slice && h->cur_pic_ptr && FIELD_PICTURE(h)) {
1290 h0->current_slice = 0;
1436 h0->current_slice + 1);
1503 if (h0->current_slice != 0) {
1515 h0->current_slice + 1);
1756 (h0->current_slice == 0 ||
1794 h0->current_slice == 0);
1908 h->slice_num = ++h0->current_slice;
H A Ddxva2_h264.c287 slice->slice_id = h->current_slice - 1;
H A Dh264.h632 int current_slice; member in struct:H264Context
H A Dh264.c1086 h->current_slice = 0;
1471 h->current_slice = 0;
1623 if (h->current_slice == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddxva2_h264.c271 slice->slice_id = h->current_slice - 1;
H A Dh264.h517 int current_slice; member in struct:H264Context
H A Dh264.c2567 h->current_slice=0;
2657 if(h0->current_slice && FIELD_PICTURE){
2661 h0->current_slice = 0;
2685 || (h0->current_slice != 0 && slice_type == h0->last_slice_type) ) {
2883 if (h0->current_slice != 0) {
2895 h0->current_slice + 1);
3277 h->slice_num = ++h0->current_slice;
3852 h->current_slice = 0;
3973 if (h->current_slice == 1) {

Completed in 92 milliseconds