Searched refs:tiles_enabled_flag (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.c580 uint8_t tiles_enabled_flag, entropy_coding_sync_enabled_flag; local
617 tiles_enabled_flag = get_bits1(gb);
620 if (entropy_coding_sync_enabled_flag && tiles_enabled_flag)
624 else if (tiles_enabled_flag)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.h514 uint8_t tiles_enabled_flag; member in struct:HEVCPPS
H A Dhevc_cabac.c559 (s->pps->tiles_enabled_flag &&
573 if (s->pps->tiles_enabled_flag &&
H A Dhevc_ps.c1187 pps->tiles_enabled_flag = get_bits1(gb);
1190 if (pps->tiles_enabled_flag) {
H A Dhevc.c673 if (s->pps->tiles_enabled_flag || s->pps->entropy_coding_sync_enabled_flag) {
2236 } else if (s->pps->tiles_enabled_flag) {
2248 if (s->pps->tiles_enabled_flag) {
2582 if (s->pps->tiles_enabled_flag)
H A Dhevc_filter.c203 uint8_t no_tile_filter = s->pps->tiles_enabled_flag &&

Completed in 62 milliseconds