Searched refs:val17 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | mpegaudiodsp_mips_float.c | 289 val16, val17, val18, val19, val20, val21, val22, val23, in ff_dct32_mips_float() local 524 [val17] "=&f" (val17), [val22] "=&f" (val22), in ff_dct32_mips_float() 633 [val17] "+&f" (val17), [val18] "+&f" (val18), [val21] "+&f" (val21), in ff_dct32_mips_float() 737 [val16] "+&f" (val16), [val17] "+&f" (val17), [val18] "+&f" (val18), in ff_dct32_mips_float() 777 out[17] = val17 + val25; in ff_dct32_mips_float() 790 out[15] = val30 + val17; 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 273 out[17] = val17 + val25; in dct32() 286 out[15] = val30 + val17; in dct32()
|