Searched refs:MAX_REFS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.h40 #define MAX_REFS 16 macro
292 struct HEVCFrame *ref[MAX_REFS];
293 int list[MAX_REFS];
294 int isLongTerm[MAX_REFS];
H A Dhevc_refs.c277 for (j = 0; j < rps->nb_refs && rpl_tmp.nb_refs < MAX_REFS; j++) {
H A Dhevc_ps.c167 if (rps->num_negative_pics >= MAX_REFS ||
168 nb_positive_pics >= MAX_REFS) {
H A Dhevc.c553 if (sh->nb_refs[L0] > MAX_REFS || sh->nb_refs[L1] > MAX_REFS) {

Completed in 43 milliseconds