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

  /frameworks/base/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 291 Word16 pbVal0, pbVal1, shift;
298 pbVal0 = 0;
302 pbVal1 = (pbBarcVal[sfb] << 1) - pbVal0;
303 barcWidth = pbVal1 - pbVal0;
304 pbVal0 = pbVal1;

Completed in 5586 milliseconds