Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dg722enc.c39 #define FREEZE_INTERVAL 128 macro
105 int max_paths = frontier * FREEZE_INTERVAL; in g722_encode_init()
233 av_assert2(pathn[index] < FREEZE_INTERVAL * frontier);\ in g722_encode_trellis()
296 if (i == froze + FREEZE_INTERVAL) { in g722_encode_trellis()
H A Dadpcmenc.c79 #define FREEZE_INTERVAL 128 macro
117 max_paths = frontier * FREEZE_INTERVAL; in adpcm_encode_init()
455 av_assert1(pathn < FREEZE_INTERVAL << avctx->trellis);\ in adpcm_compress_trellis()
528 if (i == froze + FREEZE_INTERVAL) { in adpcm_compress_trellis()

Completed in 3 milliseconds