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

  /frameworks/base/media/libstagefright/codecs/aacdec/
huffcb.cpp 78 Int tot_sfb = total number of sfb in one Frame
122 max_sfb <= sfb_per_win <= tot_sfb
123 tot_sfb = total number of scalefactor bands in one frame (1024 coefs)
287 Int tot_sfb,
315 while ((base < tot_sfb) && (num_sect < tot_sfb))
328 while ((sect_len_incr == esc_val) && (base < tot_sfb))
347 * Make sure that active_sfb is also lesser than tot_sfb
350 if ((active_sfb == max_sfb) && (active_sfb < tot_sfb))
372 if (base != tot_sfb || num_sect > tot_sfb
    [all...]
pns_intensity_right.cpp 179 tot_sfb = 0;
211 sfb_prediction_used[tot_sfb] &= ltp_data_present;
213 IF (sfb_prediction_used[tot_sfb] == FALSE)
221 start_indx = tot_sfb;
254 q_formatLeft[tot_sfb],
255 &(q_formatRight[tot_sfb]),
261 q_formatRight[tot_sfb]
281 &(q_formatLeft[tot_sfb]),
282 &(q_formatRight[tot_sfb]),
288 q_formatRight[tot_sfb]
411 Int tot_sfb; local
    [all...]
apply_ms_synt.cpp 149 tot_sfb = 0;
195 &(q_formatLeft[tot_sfb]),
196 &(q_formatRight[tot_sfb]) );
201 &(q_formatLeft[tot_sfb]),
202 &(q_formatRight[tot_sfb])
210 tot_sfb = tot_sfb + 1;
219 tot_sfb = tot_sfb + sfb_per_win * wins_in_group;
312 Int tot_sfb; local
    [all...]
pns_left.cpp 168 tot_sfb = 0;
191 tempInt = sfb_prediction_used[tot_sfb] AND ltp_data_present;
199 start_indx = tot_sfb;
229 tot_sfb = tot_sfb + 1;
238 tot_sfb = tot_sfb + num_bands * wins_in_group;
328 Int tot_sfb; local
349 tot_sfb = 0;
386 tempInt = sfb_prediction_used[tot_sfb] & ltp_data_present
    [all...]
huffspec_fxp.cpp 330 Int tot_sfb; local
621 tot_sfb = 0;
640 fac = factors[tot_sfb] - SF_OFFSET;
647 qFormat[tot_sfb] = QFormat;
657 qFormat[tot_sfb] -= power_scale_div_4;
660 tot_sfb++;
huffman.h 166 Int tot_sfb,

Completed in 238 milliseconds