HomeSort by relevance Sort by last modified time
    Searched defs:sum_h (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/common/mips/msa/
postproc_msa.c 557 v8u16 sum_h, src_r_h, src_l_h; local
581 sum_h = __msa_hadd_u_h(src, src);
582 sum = HADD_UH_U32(sum_h);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred_msa.c 157 v8u16 sum_h; local
164 sum_h = __msa_hadd_u_h((v16u8)src, (v16u8)src);
165 sum_w = __msa_hadd_u_w(sum_h, sum_h);
178 v8u16 sum_h; local
183 sum_h = __msa_hadd_u_h((v16u8)data, (v16u8)data);
184 sum_w = __msa_hadd_u_w(sum_h, sum_h);
207 v8u16 sum_h; local
214 sum_h = __msa_hadd_u_h(src, src)
233 v8u16 sum_h; local
266 v8u16 sum_h, sum_top, sum_left; local
289 v8u16 sum_h; local
320 v8u16 sum_h, sum_top0, sum_top1, sum_left0, sum_left1; local
349 v8u16 sum_h, sum_data0, sum_data1; local
    [all...]

Completed in 157 milliseconds