Searched refs:val27 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | mpegaudiodsp_mips_float.c | 289 val24, val25, val26, val27, val28, val29, val30, val31; in ff_dct32_mips_float() local 416 [val27] "=&f" (val27), [val28] "=&f" (val28) in ff_dct32_mips_float() 462 [val23] "+&f" (val23), [val24] "+&f" (val24), [val27] "+&f" (val27), in ff_dct32_mips_float() 770 [val27] "+&f" (val27), [val28] "+&f" (val28), [val29] "+&f" (val29), in ff_dct32_mips_float() 778 out[25] = val19 + val27; in ff_dct32_mips_float() 786 out[27] = val27 + val23; in ff_dct32_mips_float()
|
/third_party/ffmpeg/libavcodec/ |
D | dct32_template.c | 134 val24, val25, val26, val27, val28, val29, val30, val31; in dct32() local 275 out[25] = val19 + val27; in dct32() 283 out[27] = val27 + val23; in dct32()
|