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

  /external/aac/libAACdec/src/
stereo.h 136 UCHAR complex_coef; // 0 = alpha_q_im[x] is 0 for all prediction bands, 1 =
137 // alpha_q_im[x] is transmitted via bitstream
142 SHORT alpha_q_im[JointStereoMaximumGroups][JointStereoMaximumBands]; member in struct:__anon13616
stereo.cpp 219 FDKmemclear(cplxPredictionData->alpha_q_im,
253 cplxPredictionData->alpha_q_im[group - 1][band];
278 cplxPredictionData->alpha_q_im[group][band - 1];
301 cplxPredictionData->alpha_q_im[group][band] =
304 cplxPredictionData->alpha_q_im[group][band] = 0;
309 cplxPredictionData->alpha_q_im[group][band] = 0;
319 cplxPredictionData->alpha_q_im[group][band + 1] =
320 cplxPredictionData->alpha_q_im[group][band];
326 cplxPredictionData->alpha_q_im[group][band];
332 cplxPredictionData->alpha_q_im[group][band] = 0
    [all...]
  /external/libxaac/decoder/
ixheaacd_ext_ch_ele.c 165 WORD32(*alpha_q_im)[SFB_NUM_MAX] = usac_data->alpha_q_im;
216 last_alpha_q_im = alpha_q_im[g][sfb - 1];
230 alpha_q_im[g][sfb] = dpcm_alpha + last_alpha_q_im;
232 alpha_q_im[g][sfb] = 0;
236 alpha_q_im[g][sfb] = 0;
241 alpha_q_im[g][sfb + 1] = alpha_q_im[g][sfb];
245 alpha_q_im_prev[sfb] = alpha_q_im[g][sfb];
249 alpha_q_im[g][sfb] = 0
    [all...]
ixheaacd_main.h 103 WORD32 alpha_q_im[MAX_SHORT_WINDOWS][SFB_NUM_MAX]; member in struct:ia_usac_data_main_struct

Completed in 528 milliseconds