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

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c861 int thetas; local
881 thetas = 13;
882 /* We don't need thetas for lower bands with LM<=1 */
884 thetas -= 8;
885 return MULT16_32_Q15((m->eBands[13]<<(LM+1))+thetas, sumMS)
/external/libopus/celt/
H A Dcelt_encoder.c861 int thetas; local
881 thetas = 13;
882 /* We don't need thetas for lower bands with LM<=1 */
884 thetas -= 8;
885 return MULT16_32_Q15((m->eBands[13]<<(LM+1))+thetas, sumMS)

Completed in 1742 milliseconds