Searched defs:lowband_out (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dbands.c835 celt_norm *lowband_out)
870 if (lowband_out)
871 lowband_out[0] = SHR16(X[0],4);
1062 int LM, celt_norm *lowband_out,
1092 return quant_band_n1(ctx, X, NULL, b, lowband_out);
1179 if (lowband_out)
1185 lowband_out[j] = MULT16_16_Q15(n,X[j]);
1196 int LM, celt_norm *lowband_out,
1222 return quant_band_n1(ctx, X, Y, b, lowband_out);
1277 LM, lowband_out, Q15ON
834 quant_band_n1(struct band_ctx *ctx, celt_norm *X, celt_norm *Y, int b, celt_norm *lowband_out) argument
1060 quant_band(struct band_ctx *ctx, celt_norm *X, int N, int b, int B, celt_norm *lowband, int LM, celt_norm *lowband_out, opus_val16 gain, celt_norm *lowband_scratch, int fill) argument
1194 quant_band_stereo(struct band_ctx *ctx, celt_norm *X, celt_norm *Y, int N, int b, int B, celt_norm *lowband, int LM, celt_norm *lowband_out, celt_norm *lowband_scratch, int fill) argument
[all...]
/external/libopus/celt/
H A Dbands.c835 celt_norm *lowband_out)
870 if (lowband_out)
871 lowband_out[0] = SHR16(X[0],4);
1062 int LM, celt_norm *lowband_out,
1092 return quant_band_n1(ctx, X, NULL, b, lowband_out);
1179 if (lowband_out)
1185 lowband_out[j] = MULT16_16_Q15(n,X[j]);
1196 int LM, celt_norm *lowband_out,
1222 return quant_band_n1(ctx, X, Y, b, lowband_out);
1277 LM, lowband_out, Q15ON
834 quant_band_n1(struct band_ctx *ctx, celt_norm *X, celt_norm *Y, int b, celt_norm *lowband_out) argument
1060 quant_band(struct band_ctx *ctx, celt_norm *X, int N, int b, int B, celt_norm *lowband, int LM, celt_norm *lowband_out, opus_val16 gain, celt_norm *lowband_scratch, int fill) argument
1194 quant_band_stereo(struct band_ctx *ctx, celt_norm *X, celt_norm *Y, int N, int b, int B, celt_norm *lowband, int LM, celt_norm *lowband_out, celt_norm *lowband_scratch, int fill) argument
[all...]

Completed in 255 milliseconds