Searched refs:yuv2NBPS (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libswscale/ |
H A D | output.c | 355 #define yuv2NBPS(bits, BE_LE, is_be, template_size, typeX_t) \ macro 372 yuv2NBPS( 9, BE, 1, 10, int16_t) 373 yuv2NBPS( 9, LE, 0, 10, int16_t) 374 yuv2NBPS(10, BE, 1, 10, int16_t) 375 yuv2NBPS(10, LE, 0, 10, int16_t) 376 yuv2NBPS(12, BE, 1, 10, int16_t) 377 yuv2NBPS(12, LE, 0, 10, int16_t) 378 yuv2NBPS(14, BE, 1, 10, int16_t) 379 yuv2NBPS(14, LE, 0, 10, int16_t) 380 yuv2NBPS(1 [all...] |
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 391 #define yuv2NBPS(bits, BE_LE, is_be, template_size, typeX_t) \ macro 414 yuv2NBPS( 9, BE, 1, nbps, int16_t) 415 yuv2NBPS( 9, LE, 0, nbps, int16_t) 416 yuv2NBPS(10, BE, 1, nbps, int16_t) 417 yuv2NBPS(10, LE, 0, nbps, int16_t) 418 yuv2NBPS(12, BE, 1, nbps, int16_t) 419 yuv2NBPS(12, LE, 0, nbps, int16_t) 420 yuv2NBPS(14, BE, 1, nbps, int16_t) 421 yuv2NBPS(14, LE, 0, nbps, int16_t)
|
Completed in 8 milliseconds