Home
last modified time | relevance | path

Searched refs:DEFAULT_FRAME_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dalacenc.c31 #define DEFAULT_FRAME_SIZE 4096 macro
73 int32_t sample_buf[2][DEFAULT_FRAME_SIZE];
74 int32_t predictor_buf[2][DEFAULT_FRAME_SIZE];
140 if (s->frame_size < DEFAULT_FRAME_SIZE) in write_element_header()
493 int header_bits = 23 + 32 * (frame_size < DEFAULT_FRAME_SIZE); in get_max_frame_size()
510 avctx->frame_size = s->frame_size = DEFAULT_FRAME_SIZE; in alac_encode_init()
612 if (frame->nb_samples < DEFAULT_FRAME_SIZE) in alac_encode_frame()