HomeSort by relevance Sort by last modified time
    Searched refs:complex_coef (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 = member in struct:__anon14660
stereo.cpp 133 cplxPredictionData->complex_coef = 0;
226 cplxPredictionData->complex_coef = FDKreadBits(bs, 1);
228 if (cplxPredictionData->complex_coef) {
296 if (cplxPredictionData->complex_coef) {
629 if (cplxPredictionData->complex_coef == 1) {
762 if (cplxPredictionData->complex_coef == 1) {
    [all...]
  /external/libxaac/decoder/
ixheaacd_bit_extract.h 36 WORD32 complex_coef; member in struct:__anon30159
ixheaacd_ext_ch_ele.c 194 pstr_core_coder->complex_coef = ixheaacd_read_bits_buf(it_bit_buff, 1);
196 if (pstr_core_coder->complex_coef) {
227 if (pstr_core_coder->complex_coef) {
513 if (pstr_core_coder->complex_coef) {
    [all...]

Completed in 688 milliseconds