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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dtns_ar_filter.cpp335 Int shift_down_amount; local
362 shift_down_amount = 4 - i;
367 * shift_down_amount == power of 2 that is bigger than the order - 1
370 shift_down_amount += shift_up;
379 y0 = *p_spec >> shift_down_amount;
402 y0 = *p_spec >> shift_down_amount;
442 *(p_spec) = (*p_spec >> shift_down_amount) + (y0 << shift_up);
464 *(p_spec) = (*p_spec >> shift_down_amount) + (y0 << shift_up);
471 return(shift_down_amount);

Completed in 117 milliseconds