HomeSort by relevance Sort by last modified time
    Searched refs:td_frame_prev (Results 1 - 5 of 5) sorted by null

  /external/libxaac/decoder/
ixheaacd_acelp_bitparse.c 481 WORD32 td_frame_prev = usac_data->td_frame_prev[i]; local
485 if (!td_frame_prev) {
506 WORD32 td_frame_prev = usac_data->td_frame_prev[k]; local
511 if (!td_frame_prev) {
519 if (!td_frame_prev && (mod0 == 0)) {
523 } else if (!td_frame_prev && (mod0 > 0)) {
530 if (!td_frame_prev && (mod0 == 0)) {
546 if (!td_frame_prev && (mod0 == 0))
    [all...]
ixheaacd_imdct.c 299 WORD32 td_frame_prev = usac_data->td_frame_prev[i_ch]; local
396 if (td_frame_prev) {
426 WORD32 td_frame_prev = usac_data->td_frame_prev[i_ch]; local
493 if (td_frame_prev) {
514 WORD32 td_frame_prev = usac_data->td_frame_prev[i_ch]; local
522 if (td_frame_prev) {
ixheaacd_main.h 90 WORD32 td_frame_prev[MAX_NUM_CHANNELS]; member in struct:ia_usac_data_main_struct
ixheaacd_ext_ch_ele.c 780 if (!usac_data->td_frame_prev[chn]) {
817 if (usac_data->str_tddec[chn] && usac_data->td_frame_prev[chn]) {
    [all...]
ixheaacd_lpc.c 648 usac_data->td_frame_prev[i_ch] = 1;

Completed in 184 milliseconds