Home
last modified time | relevance | path

Searched refs:last_pocs (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_slice.c416 memcpy(h->last_pocs, h1->last_pocs, sizeof(h->last_pocs)); in ff_h264_update_thread_context()
1356 if(i == MAX_DELAYED_PIC_COUNT || cur->poc < h->last_pocs[i]){ in h264_select_output_frame()
1358 h->last_pocs[i-1] = cur->poc; in h264_select_output_frame()
1361 h->last_pocs[i-1]= h->last_pocs[i]; in h264_select_output_frame()
1366 …|| (h->last_pocs[MAX_DELAYED_PIC_COUNT-2] > INT_MIN && h->last_pocs[MAX_DELAYED_PIC_COUNT-1] - (in… in h264_select_output_frame()
1369 av_log(h->avctx, AV_LOG_VERBOSE, "Invalid POC %d<%d\n", cur->poc, h->last_pocs[0]); in h264_select_output_frame()
1371 h->last_pocs[i] = INT_MIN; in h264_select_output_frame()
1372 h->last_pocs[0] = cur->poc; in h264_select_output_frame()
1554 for(i=0; i<FF_ARRAY_ELEMS(h->last_pocs); i++) in h264_field_start()
1555 h->last_pocs[i] = INT_MIN; in h264_field_start()
Dh264_refs.c405 for (i = 0; i < FF_ARRAY_ELEMS(h->last_pocs); i++) in ff_h264_build_ref_list()
406 h->last_pocs[i] = INT_MIN; in ff_h264_build_ref_list()
733 h->last_pocs[j] = INT_MIN; in ff_h264_execute_ref_pic_marking()
Dh264dec.c324 h->last_pocs[i] = INT_MIN; in h264_init_context()
460 h->last_pocs[i] = INT_MIN; in idr()
Dh264dec.h472 int last_pocs[MAX_DELAYED_PIC_COUNT]; member