Searched refs:start_ch (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacenc.c | 562 int i, its, ch, w, chans, tag, start_ch, ret, frame_bits; in aac_encode_frame() local 584 start_ch = 0; in aac_encode_frame() 586 FFPsyWindowInfo* wi = windows + start_ch; in aac_encode_frame() 595 s->cur_channel = start_ch + ch; in aac_encode_frame() 677 start_ch += chans; in aac_encode_frame() 687 start_ch = 0; in aac_encode_frame() 691 FFPsyWindowInfo* wi = windows + start_ch; in aac_encode_frame() 715 s->psy.model->analyze(&s->psy, start_ch, coeffs, wi); in aac_encode_frame() 724 s->cur_channel = start_ch + ch; in aac_encode_frame() 743 s->cur_channel = start_ch + ch; in aac_encode_frame() [all …]
|
D | aacenc_ltp.c | 55 int i, ch, tag, chans, cur_channel, start_ch = 0; in ff_aac_ltp_insert_new_frame() local 64 cur_channel = start_ch + ch; in ff_aac_ltp_insert_new_frame() 71 start_ch += chans; in ff_aac_ltp_insert_new_frame()
|
D | wmaprodec.c | 1825 int start_ch = s->start_channel[s->current_stream]; in xma_decode_packet() local 1826 memcpy(&s->samples[start_ch + 0][s->offset[s->current_stream] * 512], in xma_decode_packet() 1829 memcpy(&s->samples[start_ch + 1][s->offset[s->current_stream] * 512], in xma_decode_packet() 1879 int start_ch = s->start_channel[i]; in xma_decode_packet() local 1880 … memcpy(frame->extended_data[start_ch + 0], s->samples[start_ch + 0], frame->nb_samples * 4); in xma_decode_packet() 1882 … memcpy(frame->extended_data[start_ch + 1], s->samples[start_ch + 1], frame->nb_samples * 4); in xma_decode_packet() 1886 …memmove(s->samples[start_ch + 0], s->samples[start_ch + 0] + frame->nb_samples, s->offset[i] * 4 *… in xma_decode_packet() 1888 …memmove(s->samples[start_ch + 1], s->samples[start_ch + 1] + frame->nb_samples, s->offset[i] * 4 *… in xma_decode_packet()
|