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

  /external/libxaac/decoder/
ixheaacd_channel.c 428 WORD32 num_groups = 0, scale_factor_grouping; local
434 scale_factor_grouping = (value & 0x7F);
440 if (scale_factor_grouping & mask) {
    [all...]
ixheaacd_ext_ch_ele.c 619 WORD32 i, scale_factor_grouping; local
623 scale_factor_grouping = ixheaacd_read_bits_buf(it_bit_buff, 7);
626 if (!(scale_factor_grouping & mask)) *scf_group_ptr++ = i;
    [all...]

Completed in 109 milliseconds