HomeSort by relevance Sort by last modified time
    Searched defs:cnt1 (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 26 v8i16 diff0, diff1, cnt0, cnt1; local
48 LD_SH2(cnt, 8, cnt0, cnt1);
71 ADD2(mod0_h, cnt0, mod1_h, cnt1, mod0_h, mod1_h);
86 LD_SH2(cnt, 8, cnt0, cnt1);
109 ADD2(mod0_h, cnt0, mod1_h, cnt1, mod0_h, mod1_h);
143 v8i16 diff0, diff1, cnt0, cnt1; local
169 LD_SH2(cnt, 8, cnt0, cnt1);
196 ADD2(mod0_h, cnt0, mod1_h, cnt1, mod0_h, mod1_h);
213 LD_SH2(cnt, 8, cnt0, cnt1);
236 ADD2(mod0_h, cnt0, mod1_h, cnt1, mod0_h, mod1_h)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_temporal_filter_msa.c 33 v8i16 cnt0, cnt1; local
49 LD_SH2(cnt, 8, cnt0, cnt1);
79 ADD2(mod0_h, cnt0, mod1_h, cnt1, mod0_h, mod1_h);
98 LD_SH2(cnt, 8, cnt0, cnt1);
126 ADD2(mod0_h, cnt0, mod1_h, cnt1, mod0_h, mod1_h);
162 v8i16 cnt0, cnt1; local
178 LD_SH2(cnt, 8, cnt0, cnt1);
206 ADD2(mod0_h, cnt0, mod1_h, cnt1, mod0_h, mod1_h);
225 LD_SH2(cnt, 8, cnt0, cnt1);
253 ADD2(mod0_h, cnt0, mod1_h, cnt1, mod0_h, mod1_h)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 331 int cnt1 = 0, cnt2 = 0; local
343 cnt1++;
362 (cnt1 * 10 > (70 * rows * cols) && cnt2 * 20 < cnt1)) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 63 int cnt1=0; local
88 if ( cnt1 >= 1 ) break loop1;
93 cnt1++;
SimpleCParser.java 89 int cnt1=0; local
115 if ( cnt1 >= 1 ) break loop1;
120 cnt1++;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 63 int cnt1=0; local
88 if ( cnt1 >= 1 ) break loop1;
93 cnt1++;
SimpleCParser.java 89 int cnt1=0; local
115 if ( cnt1 >= 1 ) break loop1;
120 cnt1++;
    [all...]