Searched refs:rpl_modification_flag (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.h585 uint8_t rpl_modification_flag[2]; member in struct:SliceHeader
H A Dhevc_refs.c287 if (sh->rpl_modification_flag[list_idx]) {
H A Dhevc.c559 sh->rpl_modification_flag[0] = 0;
560 sh->rpl_modification_flag[1] = 0;
568 sh->rpl_modification_flag[0] = get_bits1(gb);
569 if (sh->rpl_modification_flag[0]) {
575 sh->rpl_modification_flag[1] = get_bits1(gb);
576 if (sh->rpl_modification_flag[1] == 1)

Completed in 41 milliseconds