Searched refs:cur_poc (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_refs.c128 int cur_poc, list; local
132 cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD];
134 cur_poc = h->cur_pic_ptr->poc;
137 len = add_sorted(sorted, h->short_ref, h->short_ref_count, cur_poc, 1 ^ list);
138 len += add_sorted(sorted + len, h->short_ref, h->short_ref_count, cur_poc, 0 ^ list);
H A Dh264_direct.c126 int cur_poc = h->cur_pic_ptr->poc; local
128 h->col_parity= (FFABS(col_poc[0] - cur_poc) >= FFABS(col_poc[1] - cur_poc));
H A Dh264_slice.c903 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; local
912 cur_poc = h->cur_pic_ptr->poc;
914 cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure - 1];
917 h->ref_list[0][0].poc + h->ref_list[1][0].poc == 2 * cur_poc) {
926 cur_poc = h->cur_pic_ptr->field_poc[field];
945 int tb = av_clip(cur_poc - poc0, -128, 127);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_refs.c114 int cur_poc, list; local
118 cur_poc= s->current_picture_ptr->field_poc[ s->picture_structure == PICT_BOTTOM_FIELD ];
120 cur_poc= s->current_picture_ptr->poc;
123 len= add_sorted(sorted , h->short_ref, h->short_ref_count, cur_poc, 1^list);
124 len+=add_sorted(sorted+len, h->short_ref, h->short_ref_count, cur_poc, 0^list);
H A Dh264_direct.c125 int cur_poc = s->current_picture_ptr->poc; local
127 h->col_parity= (FFABS(col_poc[0] - cur_poc) >= FFABS(col_poc[1] - cur_poc));
H A Dh264.c2313 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; local
2322 cur_poc = s->current_picture_ptr->poc;
2324 cur_poc = s->current_picture_ptr->field_poc[s->picture_structure - 1];
2327 && h->ref_list[0][0].poc + h->ref_list[1][0].poc == 2*cur_poc){
2336 cur_poc = s->current_picture_ptr->field_poc[field];
2355 int tb = av_clip(cur_poc - poc0, -128, 127);

Completed in 72 milliseconds