Searched refs:yuv2plane1_float (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_altivec.c | 220 #define yuv2plane1_float(template, dest_type, BE_LE) \ macro 221 static void yuv2plane1_float ## BE_LE ## _altivec(const int16_t *src, uint8_t *dest, \ 229 yuv2plane1_float(yuv2plane1_float_altivec, float, BE) 230 yuv2plane1_float(yuv2plane1_float_bswap_altivec, uint32_t, LE) in yuv2plane1_float() function 232 yuv2plane1_float(yuv2plane1_float_altivec, float, LE) in yuv2plane1_float() 233 yuv2plane1_float(yuv2plane1_float_bswap_altivec, uint32_t, BE) in yuv2plane1_float()
|
/third_party/ffmpeg/libswscale/ |
H A D | output.c | 285 #define yuv2plane1_float(template, dest_type, BE_LE) \ macro 286 static void yuv2plane1_float ## BE_LE ## _c(const int16_t *src, uint8_t *dest, int dstW, \ 301 yuv2plane1_float(yuv2plane1_float_c_template, float, BE) 302 yuv2plane1_float(yuv2plane1_float_bswap_c_template, uint32_t, LE) 306 yuv2plane1_float(yuv2plane1_float_c_template, float, LE) 307 yuv2plane1_float(yuv2plane1_float_bswap_c_template, uint32_t, BE)
|
Completed in 6 milliseconds