Searched refs:out0_h (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/common/loongarch/ |
D | mc_horver_lsx.c | 198 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, out0_l, out0_h; in McHorVer02WidthEq16_lsx() local 229 FILTER_INPUT_8BIT(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, out0_h); in McHorVer02WidthEq16_lsx() 230 out0_h = __lsx_vsrari_h(out0_h, 5); in McHorVer02WidthEq16_lsx() 231 out0_h = __lsx_vclip255_h(out0_h); in McHorVer02WidthEq16_lsx() 232 out0_l = __lsx_vpickev_b(out0_h, out0_l); in McHorVer02WidthEq16_lsx() 343 __m128i tmp0, tmp1, tmp2 ,tmp3 ,tmp4, tmp5, out0_l, out0_h; in McHorVer20WidthEq16_lsx() local 374 FILTER_INPUT_8BIT(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, out0_h); in McHorVer20WidthEq16_lsx() 375 out0_h = __lsx_vsrari_h(out0_h, 5); in McHorVer20WidthEq16_lsx() 376 out0_h = __lsx_vclip255_h(out0_h); in McHorVer20WidthEq16_lsx() 377 out0_l = __lsx_vpickev_b(out0_h, out0_l); in McHorVer20WidthEq16_lsx() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_mc_uniw_msa.c | 33 out0_h, out1_h) \ argument 42 PCKEV_H2_SH(in0_l_m, in0_r_m, in1_l_m, in1_r_m, out0_h, out1_h); \ 43 ADDS_SH2_SH(out0_h, offset_h, out1_h, offset_h, out0_h, out1_h); \ 44 CLIP_SH2_0_255(out0_h, out1_h); \ 48 offset_h, rnd_w, out0_h, out1_h, \ argument 52 out0_h, out1_h); \
|