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

  /frameworks/av/media/libstagefright/codecs/aacdec/
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...]
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...]
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++;

Completed in 79 milliseconds