Home
last modified time | relevance | path

Searched refs:nb_ref_modifications (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_refs.c311 for (index = 0; index < sl->nb_ref_modifications[list]; index++) { in ff_h264_build_ref_list()
427 sl->nb_ref_modifications[0] = 0; in ff_h264_decode_ref_pic_list_reordering()
428 sl->nb_ref_modifications[1] = 0; in ff_h264_decode_ref_pic_list_reordering()
451 sl->nb_ref_modifications[list]++; in ff_h264_decode_ref_pic_list_reordering()
Dh264dec.h283 int nb_ref_modifications[2]; member