Searched refs:start_ch (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc.c | 565 int i, its, ch, w, chans, tag, start_ch, ret, frame_bits; in aac_encode_frame() local 587 start_ch = 0; in aac_encode_frame() 589 FFPsyWindowInfo* wi = windows + start_ch; in aac_encode_frame() 598 s->cur_channel = start_ch + ch; in aac_encode_frame() 680 start_ch += chans; in aac_encode_frame() 690 start_ch = 0; in aac_encode_frame() 694 FFPsyWindowInfo* wi = windows + start_ch; in aac_encode_frame() 718 s->psy.model->analyze(&s->psy, start_ch, coeffs, wi); in aac_encode_frame() 727 s->cur_channel = start_ch + ch; in aac_encode_frame() 746 s->cur_channel = start_ch in aac_encode_frame() [all...] |
H A 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()
|
H A D | wmaprodec.c | 1932 const int start_ch = s->start_channel[i]; in xma_decode_packet() local 1933 void *left[1] = { frame->extended_data[start_ch + 0] }; in xma_decode_packet() 1937 void *right[1] = { frame->extended_data[start_ch + 1] }; in xma_decode_packet()
|
Completed in 6 milliseconds