Home | History | Annotate | Download | only in dsp

Lines Matching full:int16_t

31                           const int16_t* in, uint8_t* dst) {
33 const int16_t kC1C2[] = { 20091, 17734, 0, 0 }; // kC1 / (kC2 >> 1) / 0 / 0
145 const int16_t* in, uint8_t* dst, int do_two) {
153 static void ITransformWHT(const int16_t* in, int16_t* out) {
223 static const int16_t kCoeff16[] = {
234 int16_t* out) {
238 const int16_t* coeff16 = kCoeff16;
346 static void FTransformWHT(const int16_t* in, int16_t* out) {