HomeSort by relevance Sort by last modified time
    Searched full:p_spec (Results 1 - 1 of 1) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_ar_filter.cpp 340 Int32 *p_spec = spec; local
374 p_spec += spec_length - 1;
379 y0 = *p_spec >> shift_down_amount;
393 p_state = p_spec;
394 *(p_spec--) = y0;
402 y0 = *p_spec >> shift_down_amount;
416 p_state = p_spec;
417 *(p_spec--) = y0;
438 p_state = p_spec;
442 *(p_spec) = (*p_spec >> shift_down_amount) + (y0 << shift_up)
    [all...]

Completed in 50 milliseconds