HomeSort by relevance Sort by last modified time
    Searched refs:prevLTP_scale_Q14 (Results 1 - 2 of 2) sorted by null

  /external/libopus/silk/
structs.h 241 opus_int16 prevLTP_scale_Q14;
PLC.c 161 psPLC->prevLTP_scale_Q14 = psDecCtrl->LTP_scale_Q14;
273 rand_scale_Q14 = (opus_int16)silk_RSHIFT( silk_SMULBB( rand_scale_Q14, psPLC->prevLTP_scale_Q14 ), 14 );

Completed in 152 milliseconds