Searched refs:chrVSrc (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | output.c | 186 const int16_t **chrUSrc, const int16_t **chrVSrc, in yuv2p016cX_c() argument 191 const int32_t **vSrc = (const int32_t **)chrVSrc; in yuv2p016cX_c() 409 const int16_t **chrUSrc, const int16_t **chrVSrc, in yuv2nv12cX_c() argument 422 v += chrVSrc[j][i] * chrFilter[j]; in yuv2nv12cX_c() 435 v += chrVSrc[j][i] * chrFilter[j]; in yuv2nv12cX_c() 483 const int16_t **chrUSrc, const int16_t **chrVSrc, in yuv2p010cX_c() argument 497 v += chrVSrc[j][i] * chrFilter[j]; in yuv2p010cX_c() 550 const int16_t **chrVSrc, int chrFilterSize, in yuv2mono_X_c_template() argument 715 const int16_t **chrVSrc, int chrFilterSize, \ 720 chrFilter, chrUSrc, chrVSrc, chrFilterSize, \ [all …]
|
D | swscale_internal.h | 140 const int16_t **chrVSrc, 174 const int16_t *chrVSrc[2], 207 const int16_t *chrVSrc[2], 241 const int16_t **chrVSrc, int chrFilterSize, 275 const int16_t **chrVSrc, int chrFilterSize,
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale_template.c | 261 const int16_t **chrVSrc, in RENAME() 294 const int16_t **chrVSrc, in RENAME() 323 const int16_t **chrVSrc, in RENAME() 380 const int16_t **chrVSrc, in RENAME() 404 const int16_t **chrVSrc, in RENAME() 457 const int16_t **chrVSrc, in RENAME() 481 const int16_t **chrVSrc, in RENAME() 615 const int16_t **chrVSrc, in RENAME() 640 const int16_t **chrVSrc, in RENAME() 683 const int16_t **chrVSrc, in RENAME() [all …]
|
/third_party/ffmpeg/libswscale/ppc/ |
D | yuv2rgb_altivec.h | 38 const int16_t **chrVSrc, \
|
D | yuv2rgb_altivec.c | 639 const int16_t **chrVSrc, in yuv2packedX_altivec() argument 681 X = vec_ld(0, &chrVSrc[j][i / 2]); in yuv2packedX_altivec() 772 X = vec_ld(0, &chrVSrc[j][i / 2]); in yuv2packedX_altivec() 848 const int16_t **chrVSrc, \ 854 chrFilter, chrUSrc, chrVSrc, \
|
D | swscale_vsx.c | 532 const int16_t **chrVSrc, int chrFilterSize, in yuv2rgb_full_X_vsx_template() argument 615 vv = vec_ld(0, &chrVSrc[j][i]); in yuv2rgb_full_X_vsx_template() 1296 const int16_t **chrVSrc, int chrFilterSize, \ 1301 chrFilter, chrUSrc, chrVSrc, chrFilterSize, \ 1431 const int16_t **chrVSrc, int chrFilterSize, in yuv2422_X_vsx_template() argument 1487 vv = vec_ld(0, &chrVSrc[j][i]); in yuv2422_X_vsx_template() 1633 const int16_t **chrVSrc, int chrFilterSize, \ 1638 chrFilter, chrUSrc, chrVSrc, chrFilterSize, \
|