Searched refs:alpSrc (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | output.c | 551 const int16_t **alpSrc, uint8_t *dest, int dstW, in yuv2mono_X_c_template() argument 716 const int16_t **alpSrc, uint8_t *dest, int dstW, \ 721 alpSrc, dest, dstW, y, fmt); \ 769 const int16_t **alpSrc, uint8_t *dest, int dstW, in yuv2422_X_c_template() argument 901 const int32_t **alpSrc, uint16_t *dest, int dstW, in yuv2ya16_X_c_template() argument 904 int hasAlpha = !!alpSrc; in yuv2ya16_X_c_template() 922 A += alpSrc[j][i] * lumFilter[j]; in yuv2ya16_X_c_template() 997 const int32_t **alpSrc, uint16_t *dest, int dstW, in yuv2rgba64_X_c_template() argument 1024 A1 += alpSrc[j][i * 2] * (unsigned)lumFilter[j]; in yuv2rgba64_X_c_template() 1025 A2 += alpSrc[j][i * 2 + 1] * (unsigned)lumFilter[j]; in yuv2rgba64_X_c_template() [all …]
|
D | swscale_internal.h | 175 const int16_t *alpSrc, uint8_t *dest, 208 const int16_t *alpSrc[2], 242 const int16_t **alpSrc, uint8_t *dest, 276 const int16_t **alpSrc, uint8_t **dest,
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale_template.c | 262 int chrFilterSize, const int16_t **alpSrc, in RENAME() 295 int chrFilterSize, const int16_t **alpSrc, in RENAME() 324 int chrFilterSize, const int16_t **alpSrc, in RENAME() 381 int chrFilterSize, const int16_t **alpSrc, in RENAME() 405 int chrFilterSize, const int16_t **alpSrc, in RENAME() 458 int chrFilterSize, const int16_t **alpSrc, in RENAME() 482 int chrFilterSize, const int16_t **alpSrc, in RENAME() 616 int chrFilterSize, const int16_t **alpSrc, in RENAME() 641 int chrFilterSize, const int16_t **alpSrc, in RENAME() 684 int chrFilterSize, const int16_t **alpSrc, in RENAME() [all …]
|
/third_party/ffmpeg/libswscale/ppc/ |
D | yuv2rgb_altivec.h | 40 const int16_t **alpSrc, \
|
D | yuv2rgb_altivec.c | 641 const int16_t **alpSrc, in yuv2packedX_altivec() argument 850 const int16_t **alpSrc, \ 855 chrFilterSize, alpSrc, \
|
D | swscale_vsx.c | 533 const int16_t **alpSrc, uint8_t *dest, in yuv2rgb_full_X_vsx_template() argument 1297 const int16_t **alpSrc, uint8_t *dest, int dstW, \ 1302 alpSrc, dest, dstW, y, fmt, hasAlpha); \ 1432 const int16_t **alpSrc, uint8_t *dest, int dstW, in yuv2422_X_vsx_template() argument 1634 const int16_t **alpSrc, uint8_t *dest, int dstW, \ 1639 alpSrc, dest, dstW, y, fmt); \
|