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

  /external/aac/libAACdec/src/
stereo.h 138 UCHAR use_prev_frame; // 0 = use current frame for MDST estimation, 1 = use member in struct:__anon14660
stereo.cpp 134 cplxPredictionData->use_prev_frame = 0;
230 cplxPredictionData->use_prev_frame = 0;
232 cplxPredictionData->use_prev_frame = FDKreadBits(bs, 1);
763 if ((cplxPredictionData->use_prev_frame == 1) && (mainband_flag)) {
766 use_prev_frame is assumed not to change during a frame!
    [all...]
  /external/libxaac/decoder/
ixheaacd_bit_extract.h 37 WORD32 use_prev_frame; member in struct:__anon30159
ixheaacd_ext_ch_ele.c 198 pstr_core_coder->use_prev_frame = 0;
200 pstr_core_coder->use_prev_frame = ixheaacd_read_bits_buf(it_bit_buff, 1);
515 pstr_core_coder->use_prev_frame ? dmx_re_prev : NULL;
    [all...]

Completed in 2503 milliseconds