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

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.c 20 round1 = vld1q_s16(b->round + 8), local
43 x1 = vaddq_s16(x1, round1);
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_quantize_ssse3.c 47 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local
70 x1 = _mm_add_epi16(x1, round1);
quantize_sse4.c 44 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local
79 x1 = _mm_add_epi16(x1, round1);
vp8_quantize_sse2.c 49 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local
87 x1 = _mm_add_epi16(x1, round1);
146 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local
170 x1 = _mm_add_epi16(x1, round1);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 20 v8i16 round0, round1; local
40 round1);
50 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h);
51 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h);
88 v8i16 round0, round1; local
110 round1);
125 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h);
126 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h);
136 ADD2(x0, round0, x1, round1, x0, x1);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 156 int round1; local
170 round1 = (int)(1 - video->currVop->roundingType);
261 round1, mvwidth, &xsum, &ysum);*/
287 pred, width, (pred_width << 1) | round1);
294 pred, width, height, round1, pred_width);
322 pred, width, (pred_width << 1) | round1);
329 pred, width, height, round1, pred_width);
358 pred, width, (pred_width << 1) | round1);
365 pred, width, height, round1, pred_width);
395 pred, width, (pred_width << 1) | round1);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 112 Int round1; local
116 round1 = (Int)(1 - video->currVop->roundingType);
143 pitch, round1);
158 pitch_uv, (currVop->width) >> 1, height_uv, round1);
168 pitch, round1);
182 pitch_uv, (currVop->width) >> 1, height_uv, round1);
206 Int round1 /* i */
211 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
216 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
221 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
    [all...]
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 903 milliseconds