Searched refs:val23 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | mpegaudiodsp_mips_float.c | 288 val16, val17, val18, val19, val20, val21, val22, val23, in ff_dct32_mips_float() local 352 [val16] "=&f" (val16), [val23] "=&f" (val23), in ff_dct32_mips_float() 462 [val23] "+&f" (val23), [val24] "+&f" (val24), [val27] "+&f" (val27), in ff_dct32_mips_float() 738 [val22] "+&f" (val22), [val23] "+&f" (val23) in ff_dct32_mips_float() 782 out[29] = val23 + val31; in ff_dct32_mips_float() 786 out[27] = val27 + val23; in ff_dct32_mips_float()
|
/third_party/ffmpeg/libavcodec/ |
D | dct32_template.c | 133 val16, val17, val18, val19, val20, val21, val22, val23, in dct32() local 279 out[29] = val23 + val31; in dct32() 283 out[27] = val27 + val23; in dct32()
|