Searched refs:G_l (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libswscale/ppc/ |
D | swscale_vsx.c | 433 G_l = vec_max(G_l, zero32); \ 440 G_l = vec_min(G_l, rgbclip); \ 447 G_l = vec_sr(G_l, shift22); \ 453 gd16 = vec_packsu(G_l, G_r); \ 538 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; in yuv2rgb_full_X_vsx_template() local 643 G_l = vec_mul(vv32_l, v2g_coeff); in yuv2rgb_full_X_vsx_template() 645 G_l = vec_add(G_l, vy32_l); in yuv2rgb_full_X_vsx_template() 646 G_l = vec_add(G_l, tmp32); in yuv2rgb_full_X_vsx_template() 695 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; in yuv2rgb_full_2_vsx_template() local 783 G_l = vec_mul(vv32_l, v2g_coeff); in yuv2rgb_full_2_vsx_template() [all …]
|
/third_party/optimized-routines/string/aarch64/ |
D | memcpy.S | 37 #define G_l count macro 131 ldp G_l, G_h, [srcend, -64] 133 stp G_l, G_h, [dstend, -64] 228 ldp G_l, G_h, [src, 48] 236 stp G_l, G_h, [dstin, 48]
|