Searched refs:slice_address_length (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c194 int slice_address_length; local
201 slice_address_length = av_ceil_log2_c(h->sps->ctb_width *
203 sh->slice_segment_addr = get_bits(gb, slice_address_length);
H A Dhevc.c417 int slice_address_length; local
422 slice_address_length = av_ceil_log2(s->sps->ctb_width *
424 sh->slice_segment_addr = get_bits(gb, slice_address_length);

Completed in 62 milliseconds