Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dmpegaudiodsp_mips_fixed.c73 int const min_asm = -32768, max_asm = 32767; in ff_mpadsp_apply_window_mips_fixed() local
153 "slt %[temp2], %[max_asm],%[sum1] \n\t" in ff_mpadsp_apply_window_mips_fixed()
154 "movn %[sum1], %[max_asm],%[temp2] \n\t" in ff_mpadsp_apply_window_mips_fixed()
164 "slt %[temp2], %[max_asm], %[sum1] \n\t" in ff_mpadsp_apply_window_mips_fixed()
165 "movn %[sum1], %[max_asm], %[temp2] \n\t" in ff_mpadsp_apply_window_mips_fixed()
173 [max_asm] "r" (max_asm) in ff_mpadsp_apply_window_mips_fixed()
279 "slt %[temp2], %[max_asm], %[sum1] \n\t" in ff_mpadsp_apply_window_mips_fixed()
280 "movn %[sum1], %[max_asm], %[temp2] \n\t" in ff_mpadsp_apply_window_mips_fixed()
287 "slt %[temp2], %[max_asm], in ff_mpadsp_apply_window_mips_fixed()
[all...]

Completed in 1 milliseconds