Searched refs:ILVEV_D2_UB (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 834 #define ILVEV_D2_UB(...) ILVEV_D2(v16u8, __VA_ARGS__) macro 1288 ILVEV_D2_UB(tmp2_m, tmp3_m, tmp0_m, tmp1_m, out1, out3); \ 1310 ILVEV_D2_UB(in0, in8, in1, in9, out7, out6); \ 1311 ILVEV_D2_UB(in2, in10, in3, in11, out5, out4); \ 1312 ILVEV_D2_UB(in4, in12, in5, in13, out3, out2); \ 1313 ILVEV_D2_UB(in6, in14, in7, in15, out1, out0); \
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 1244 #define ILVEV_D2_UB(...) ILVEV_D2(v16u8, __VA_ARGS__) macro 2427 ILVEV_D2_UB(in0, in8, in1, in9, out7, out6); \ 2428 ILVEV_D2_UB(in2, in10, in3, in11, out5, out4); \ 2429 ILVEV_D2_UB(in4, in12, in5, in13, out3, out2); \ 2430 ILVEV_D2_UB(in6, in14, in7, in15, out1, out0); \
|
Completed in 8 milliseconds