HomeSort by relevance Sort by last modified time
    Searched refs:sum_m (Results 1 - 7 of 7) sorted by null

  /external/gemmlowp/meta/
multi_thread_gemm.h 84 const int sum_m = (real_tasks - 1) * m_chunk; local
86 scratch, sum_m, params.m - sum_m, 0,
  /external/libxaac/decoder/
ixheaacd_env_calc.c 1151 WORD16 sum_m; local
1240 WORD16 sum_m; local
    [all...]
  /external/webp/src/dsp/
msa_macro.h 583 * Output - sum_m (i32 sum)
592 int32_t sum_m = __msa_copy_s_w((v4i32)out, 0); local
593 return sum_m;
599 * Output - sum_m (s32 sum)
609 const int32_t sum_m = __msa_copy_s_w((v4i32)res2, 0); local
610 return sum_m;
616 * Output - sum_m (u32 sum)
622 uint32_t sum_m; local
627 sum_m = __msa_copy_s_w((v4i32)res0_m, 0);
628 return sum_m;
    [all...]
dec_msa.c 946 const uint32_t sum_m = __msa_copy_s_w((v4i32)temp2, 0); local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h     [all...]
  /external/libaom/libaom/aom_dsp/mips/
macros_msa.h     [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h     [all...]

Completed in 105 milliseconds