Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dopusenc.c122 const int subframesize = s->avctx->frame_size; in celt_frame_setup_input() local
123 int subframes = OPUS_BLOCK_SIZE(s->packet.framesize) / subframesize; in celt_frame_setup_input()
146 const size_t left = (subframesize - cur->nb_samples)*bps; in celt_frame_setup_input()
147 const size_t len = FFMIN(subframesize, cur->nb_samples)*bps; in celt_frame_setup_input()
148 memcpy(&b->samples[sf*subframesize], input, len); in celt_frame_setup_input()
161 const int subframesize = s->avctx->frame_size; in celt_apply_preemph_filter() local
162 const int subframes = OPUS_BLOCK_SIZE(s->packet.framesize) / subframesize; in celt_apply_preemph_filter()
181 for (int i = 0; i < subframesize; i++) { in celt_apply_preemph_filter()
182 float sample = b->samples[sf*subframesize + i]; in celt_apply_preemph_filter()
183 b->samples[sf*subframesize in celt_apply_preemph_filter()
[all...]

Completed in 1 milliseconds