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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec2.c153 int log2_slice_mb_width, log2_slice_mb_height; local
170 log2_slice_mb_height = buf[7] & 0xF;
171 if (log2_slice_mb_width > 3 || log2_slice_mb_height) {
173 1 << log2_slice_mb_width, 1 << log2_slice_mb_height);

Completed in 29 milliseconds