Searched refs:INSERT_W4_SB (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 184 INSERT_W4_SB(in0_m, in1_m, in2_m, in3_m, src0); in TTransform_MSA()
|
D | msa_macro.h | 688 #define INSERT_W4_SB(...) INSERT_W4(v16i8, __VA_ARGS__) macro
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 184 INSERT_W4_SB(in0_m, in1_m, in2_m, in3_m, src0); in TTransform_MSA()
|
D | msa_macro.h | 688 #define INSERT_W4_SB(...) INSERT_W4(v16i8, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_mc_bi_msa.c | 92 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_bi_copy_4w_msa() 105 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_bi_copy_4w_msa() 108 INSERT_W4_SB(tp0, tp1, tp2, tp3, src1); in hevc_bi_copy_4w_msa()
|
D | hevc_mc_biw_msa.c | 132 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_biwgt_copy_4w_msa() 146 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_biwgt_copy_4w_msa() 149 INSERT_W4_SB(tp0, tp1, tp2, tp3, src1); in hevc_biwgt_copy_4w_msa()
|
D | hevc_mc_uniw_msa.c | 96 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_uniwgt_copy_4w_msa() 107 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_uniwgt_copy_4w_msa() 110 INSERT_W4_SB(tp0, tp1, tp2, tp3, src1); in hevc_uniwgt_copy_4w_msa()
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1168 #define INSERT_W4_SB(...) INSERT_W4(v16i8, __VA_ARGS__) macro
|