Searched refs:collocated_ref_idx (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_refs.c307 sh->collocated_ref_idx < rpl->nb_refs)
308 s->ref->collocated_ref = rpl->ref[sh->collocated_ref_idx];
H A Dhevc.h599 unsigned int collocated_ref_idx; member in struct:SliceHeader
H A Dhevc.c590 sh->collocated_ref_idx = 0;
597 sh->collocated_ref_idx = get_ue_golomb_long(gb);
598 if (sh->collocated_ref_idx >= sh->nb_refs[sh->collocated_list]) {
600 "Invalid collocated_ref_idx: %d.\n",
601 sh->collocated_ref_idx);

Completed in 39 milliseconds