HomeSort by relevance Sort by last modified time
    Searched full:__msa_max_u_b (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_msa.h 133 p2_a_sub_p0 = __msa_max_u_b(p2_a_sub_p0, q2_a_sub_q0); \
134 flat_out = __msa_max_u_b(p2_a_sub_p0, flat_out); \
135 p3_a_sub_p0 = __msa_max_u_b(p3_a_sub_p0, q3_a_sub_q0); \
136 flat_out = __msa_max_u_b(p3_a_sub_p0, flat_out); \
159 p4_a_sub_p0 = __msa_max_u_b(p4_a_sub_p0, q4_a_sub_q0); \
160 flat2_out = __msa_max_u_b(p5_a_sub_p0, q5_a_sub_q0); \
161 flat2_out = __msa_max_u_b(p4_a_sub_p0, flat2_out); \
162 p6_a_sub_p0 = __msa_max_u_b(p6_a_sub_p0, q6_a_sub_q0); \
163 flat2_out = __msa_max_u_b(p6_a_sub_p0, flat2_out); \
164 p7_a_sub_p0 = __msa_max_u_b(p7_a_sub_p0, q7_a_sub_q0);
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
loopfilter_filters_msa.c 247 flat_out = __msa_max_u_b(p1_asub_p0_m, q1_asub_q0_m); \
253 mask_out = __msa_max_u_b(flat_out, mask_out); \
254 p3_asub_p2_m = __msa_max_u_b(p3_asub_p2_m, p2_asub_p1_m); \
255 mask_out = __msa_max_u_b(p3_asub_p2_m, mask_out); \
256 q2_asub_q1_m = __msa_max_u_b(q2_asub_q1_m, q3_asub_q2_m); \
257 mask_out = __msa_max_u_b(q2_asub_q1_m, mask_out); \
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
msa.h 156 #define __msa_max_u_b __builtin_msa_max_u_b macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
msa.h 156 #define __msa_max_u_b __builtin_msa_max_u_b macro

Completed in 74 milliseconds