Searched refs:mul8 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | texturedspenc.c | 143 #define mul8(a, b) (((a) * (b) + 128 + (((a) * (b) + 128) >> 8)) >> 8) macro 147 ((mul8(r, 31) << 11) | (mul8(g, 63) << 5) | (mul8(b, 31) << 0))
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 1006 const vec_s16 mul8 = vec_splat_s16(8); in yuv2rgb_full_1_vsx_template() local 1061 vu32_l = vec_mule(vu, mul8); in yuv2rgb_full_1_vsx_template() 1062 vu32_r = vec_mulo(vu, mul8); in yuv2rgb_full_1_vsx_template() 1063 vv32_l = vec_mule(vv, mul8); in yuv2rgb_full_1_vsx_template() 1064 vv32_r = vec_mulo(vv, mul8); in yuv2rgb_full_1_vsx_template() 1136 const vec_s16 mul8 = vec_splat_s16(8); in yuv2rgb_1_vsx_template() local 1199 vu32_l = vec_mule(vu, mul8); in yuv2rgb_1_vsx_template() 1200 vu32_r = vec_mulo(vu, mul8); in yuv2rgb_1_vsx_template() 1201 vv32_l = vec_mule(vv, mul8); in yuv2rgb_1_vsx_template() 1202 vv32_r = vec_mulo(vv, mul8); in yuv2rgb_1_vsx_template() [all...] |
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
H A D | afuc_test.asm | 94 mul8 $02, $02, $regdata
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
H A D | afuc_test.asm | 149 mul8 $02, $02, $regdata label
|
Completed in 7 milliseconds