Searched refs:slice_max_size (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 Dlibx264.c80 int slice_max_size; member in struct:X264Context
546 if (x4->slice_max_size >= 0)
547 x4->params.i_slice_max_size = x4->slice_max_size;
799 { "slice-max-size","Limit the size of each slice in bytes", OFFSET(slice_max_size),AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, VE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibx264.c68 int slice_max_size; member in struct:X264Context
416 if (x4->slice_max_size >= 0)
417 x4->params.i_slice_max_size = x4->slice_max_size;
557 { "slice-max-size","Limit the size of each slice in bytes", OFFSET(slice_max_size),AV_OPT_TYPE_INT, {-1 }, -1, INT_MAX, VE },

Completed in 47 milliseconds