Searched refs:blocks_per_loop (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | apedec.c | 176 int blocks_per_loop; ///< maximum number of samples to decode for each call member 1559 blockstodecode = FFMIN(s->blocks_per_loop, s->samples); in ape_decode_frame() 1669 { "max_samples", "maximum number of samples decoded per call", OFFSET(blocks_per_loop), AV_OPT_TYPE_INT, { .i64 = 4608 }, 1, INT_MAX, PAR, "max_samples" },
|
Completed in 4 milliseconds