Home
last modified time | relevance | path

Searched refs:y_coeff (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libswscale/arm/
H A Dyuv2rgb_neon.S55 vqdmulh.s16 q14, q13 @ q14 = (Y - y_offset) * y_coeff
56 vqdmulh.s16 q15, q13 @ q15 = (Y - y_offset) * y_coeff
107 ldr r10,[sp, #128] @ r10 = y_coeff
108 vdup.16 d0, r10 @ d0 = y_coeff
131 ldr r10,[sp, #136] @ r10 = y_coeff
132 vdup.16 d0, r10 @ d0 = y_coeff
153 ldr r10,[sp, #136] @ r10 = y_coeff
154 vdup.16 d0, r10 @ d0 = y_coeff
248 vmov d26, d0 @ q13 = y_coeff
249 vmov d27, d0 @ q13 = y_coeff
[all...]
H A Dswscale_unscaled.c79 int y_coeff); \
114 int y_coeff); \
/third_party/skia/modules/svg/src/
H A DSkSVGNode.cpp162 y_coeff = par.fAlign >> 2 & 0x03; in ComputeViewboxMatrix()
165 y_coeff < SK_ARRAY_COUNT(gAlignCoeffs)); in ComputeViewboxMatrix()
174 ty + dy * gAlignCoeffs[y_coeff] in ComputeViewboxMatrix()
/third_party/ffmpeg/libswscale/aarch64/
H A Dswscale_unscaled.c38 int y_coeff); \
71 int y_coeff); \
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c547 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); in yuv2rgb_full_X_vsx_template() local
634 vy32_l = vec_mul(vy32_l, y_coeff); in yuv2rgb_full_X_vsx_template()
635 vy32_r = vec_mul(vy32_r, y_coeff); in yuv2rgb_full_X_vsx_template()
705 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); in yuv2rgb_full_2_vsx_template() local
774 vy32_l = vec_mul(vy32_l, y_coeff); in yuv2rgb_full_2_vsx_template()
775 vy32_r = vec_mul(vy32_r, y_coeff); in yuv2rgb_full_2_vsx_template()
827 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); in yuv2rgb_2_vsx_template() local
904 vy32_l = vec_mul(vy32_l, y_coeff); in yuv2rgb_2_vsx_template()
905 vy32_r = vec_mul(vy32_r, y_coeff); in yuv2rgb_2_vsx_template()
942 vy32_l = vec_mul(vy32_l, y_coeff); in yuv2rgb_2_vsx_template()
993 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); yuv2rgb_full_1_vsx_template() local
1123 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); yuv2rgb_1_vsx_template() local
[all...]

Completed in 5 milliseconds