Searched refs:esc_val (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dhuffcb.cpp34 change variables 'base', 'sect_len_inc', and 'esc_val' to
93 UChar esc_val = escape value for section length
297 Int esc_val; /* ESC of section length = 31(long), =7 (short) */ local
298 Int bits; /* # of bits used to express esc_val */
309 esc_val = (1 << bits) - 1; /* ESC_value for section length */
328 while ((sect_len_incr == esc_val) && (base < tot_sfb))
330 base += esc_val;

Completed in 43 milliseconds