Home
last modified time | relevance | path

Searched refs:nsf (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c282 float pitch_coef, const void *par, int nsf, in forced_pitch_unquant()
288 for (int i = 0; i < nsf; i++) { in forced_pitch_unquant()
311 static void noise_codebook_unquant(float *exc, const void *par, int nsf, in noise_codebook_unquant() argument
314 for (int i = 0; i < nsf; i++) in noise_codebook_unquant()
318 static void split_cb_shape_sign_unquant(float *exc, const void *par, int nsf, in split_cb_shape_sign_unquant() argument
354 const void *par, int nsf, int *pitch_val, float *gain_val, GetBitContext *gb, in pitch_unquant_3tap()
391 SPEEX_MEMSET(exc_out, 0, nsf); in pitch_unquant_3tap()
396 tmp1 = nsf; in pitch_unquant_3tap()
401 tmp3 = nsf; in pitch_unquant_3tap()
738 static void multicomb(const float *exc, float *new_exc, float *ak, int p, int nsf, in multicomb() argument
281 forced_pitch_unquant(float *exc, float *exc_out, int start, int end, float pitch_coef, const void *par, int nsf, int *pitch_val, float *gain_val, GetBitContext *gb, int count_lost, int subframe_offset, float last_pitch_gain, int cdbk_offset) forced_pitch_unquant() argument
353 pitch_unquant_3tap(float *exc, float *exc_out, int start, int end, float pitch_coef, const void *par, int nsf, int *pitch_val, float *gain_val, GetBitContext *gb, int count_lost, int subframe_offset, float last_pitch_gain, int cdbk_offset) pitch_unquant_3tap() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c96 static int nsf = 0, xformOp = TJXOP_NONE, xformOpt = 0; variable
795 for (i = 0; i < nsf; i++) { in usage()
797 if (nsf == 2 && i != nsf - 1) printf(" or "); in usage()
798 else if (nsf > 2) { in usage()
799 if (i != nsf - 1) printf(", "); in usage()
800 if (i == nsf - 2) printf("or "); in usage()
840 if ((scalingFactors = tjGetScalingFactors(&nsf)) == NULL || nsf == 0) in main()
907 for (j = 0; j < nsf; in main()
[all...]
H A Dturbojpeg-jni.c786 int nc = 0, i, width, height, scaledWidth, scaledHeight, nsf = 0; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
806 sf = tjGetScalingFactors(&nsf); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
807 if (!sf || nsf < 1) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
809 for (i = 0; i < nsf; i++) { in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
815 if (i >= nsf) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
/third_party/glslang/Test/
H A Druntests168 run -g --relaxed-errors --suppress-warnings --aml --amb --hlsl-offsets --nsf --spirv-val \
171 run -g -Od --target-env vulkan1.1 --relaxed-errors --suppress-warnings --aml --amb --hlsl-offsets --nsf --spirv-val \
174 run -g -D -Od -e newMain -g --amb --aml --fua --hlsl-iomap --nsf --spirv-val --sib 1 --ssb 2 --sbb 3 --stb 4 --suavb 5 --sub 6 \

Completed in 9 milliseconds