HomeSort by relevance Sort by last modified time
    Searched refs:dst2 (Results 26 - 50 of 61) sorted by null

12 3

  /external/libhevc/common/x86/
ihevc_inter_pred_filters_sse42_intr.c 309 WORD32 dst0, dst1, dst2, dst3; local
322 dst2 = _mm_cvtsi128_si32(src2_16x8b);
328 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; /* row =2 */
ihevc_weighted_pred_sse42_intr.c 123 WORD32 dst0, dst1, dst2, dst3; local
337 dst2 = _mm_cvtsi128_si32(src_temp2_4x32b);
342 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2;
1978 WORD32 dst0, dst1, dst2, dst3; local
    [all...]
ihevc_weighted_pred_ssse3_intr.c 259 WORD32 dst0, dst1, dst2, dst3; local
327 dst2 = _mm_cvtsi128_si32(res_temp2_4x32b);
332 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2;
1492 WORD32 dst0, dst1, dst2, dst3; local
1891 WORD32 dst0, dst1, dst2, dst3; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 242 unsigned char *dst1, *dst2; local
385 dst2 = cpi->alt_ref_buffer.v_buffer;
404 dst2[byte] = (unsigned char)pval;
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 207 uint8_t *dst1, *dst2; local
332 dst2 = cpi->alt_ref_buffer.v_buffer;
349 dst2[byte] = (uint8_t)pval;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 242 unsigned char *dst1, *dst2; local
385 dst2 = cpi->alt_ref_buffer.v_buffer;
404 dst2[byte] = (unsigned char)pval;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 207 uint8_t *dst1, *dst2; local
332 dst2 = cpi->alt_ref_buffer.v_buffer;
349 dst2[byte] = (uint8_t)pval;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_ssse3.asm 64 %macro MUL_ADD_2X 6 ; dst1, dst2, src, round, coefs1, coefs2
73 %macro BUTTERFLY_4X 7 ; dst1, dst2, coef1, coef2, round, tmp1, tmp2
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp 514 uint32 *dst, *dst2, *src; local
532 dst2 = (uint32*)curCr;
539 *dst2++ = *src++;
540 *dst2++ = *src++;
543 dst2 += offset;
  /external/pixman/pixman/
pixman-arm-simd-asm.S 306 .macro add_8_8_8pixels cond, dst1, dst2
308 uqadd8&cond WK&dst2, WK&dst2, STRIDE_M
  /external/clang/test/Analysis/
string.c 622 char dst2[8] = "1234"; local
623 strncat(dst2, src, 4); // expected-warning{{Size argument is greater than the free space in the destination buffer}}
631 char dst2[8] = "1234"; local
632 strncat(dst2, &src[offset], 4); // expected-warning{{Size argument is greater than the free space in the destination buffer}}
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 567 int32_t offset2, dst2; local
575 ny->getOffset(times[i], FALSE, offset2, dst2, status);
579 if (offset1 != offset2 || dst1 != dst2) {
827 int32_t raw1, raw2, dst1, dst2; local
829 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status);
833 if (raw1 + dst1 != raw2 + dst2) {
917 int32_t raw1, raw2, dst1, dst2; local
2535 int32_t raw1, raw2, dst1, dst2; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 566 int32_t offset2, dst2; local
574 ny->getOffset(times[i], FALSE, offset2, dst2, status);
578 if (offset1 != offset2 || dst1 != dst2) {
826 int32_t raw1, raw2, dst1, dst2; local
828 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status);
832 if (raw1 + dst1 != raw2 + dst2) {
916 int32_t raw1, raw2, dst1, dst2; local
2534 int32_t raw1, raw2, dst1, dst2; local
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 226 public int dst2; field in class:TimeTest.DateTest
230 int dst2) {
243 this.dst2 = dst2;
260 this.dst2 = -1;
386 if (test.dst2 == -1) test.dst2 = local.isDst;
393 Fields.setDst(expected, test.dst2 /* isDst */, PstPdt.getUtcOffsetSeconds(test.dst2));
401 if (test.dst2 == -1) test.dst2 = local.isDst
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
IntArray.java 371 private static void distribute(int[] x, int dst1, int dst2, int src, int count)
377 x[dst2 + i] ^= v;
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc 800 const CPURegister& dst2, const CPURegister& dst3) {
803 ASSERT(!AreAliased(dst0, dst1, dst2, dst3));
804 ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3));
807 int count = 1 + dst1.IsValid() + dst2.IsValid() + dst3.IsValid();
810 PopHelper(count, size, dst0, dst1, dst2, dst3);
896 const CPURegister& dst2 = registers.PopLowestIndex(); local
899 PopHelper(count, size, dst0, dst1, dst2, dst3);
    [all...]
macro-assembler-arm64.h 533 const CPURegister& dst2 = NoReg, const CPURegister& dst3 = NoReg);
649 // Peek at two values on the stack, and put them in 'dst1' and 'dst2'. The
650 // values peeked will be adjacent, with the value in 'dst2' being from a
655 void PeekPair(const CPURegister& dst1, const CPURegister& dst2, int offset);
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 99 NJ_UINT8 dst1, dst2, dst3; local
104 /* dst1 dst2 dst3 */
114 dst2 = ( ( src[ i + 1 ] & 0x3f ) << 4 ) | ( ( src[ i + 2 ] & 0x3f ) >> 2 );
118 dst_tmp[ 1 ] = ( ( dst1 & 0x03 ) << 6 ) | ( ( dst2 & 0xfc ) >> 2 );
119 dst_tmp[ 2 ] = 0xdc | ( ( dst2 & 0x03 ) );
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 179 final float dst2 = (atmp2 * src4 + atmp7 * src5 + atmp10 * src7) local
226 src0 * dst0 + src1 * dst1 + src2 * dst2 + src3 * dst3;
236 mInv[ 2 + mInvOffset] = dst2 * invdet;
  /external/chromium_org/v8/test/cctest/
test-assembler-arm.cc 1215 uint32_t dst2; member in struct:__anon21146
1333 uint32_t dst2; member in struct:__anon21147
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 802 void MacroAssembler::Ldrd(Register dst1, Register dst2,
813 (dst1.code() % 2 == 0) && (dst1.code() + 1 == dst2.code())) {
815 ldrd(dst1, dst2, src, cond);
821 ldr(dst2, src2, cond);
825 ldr(dst2, src2, cond);
830 ldr(dst2, MemOperand(src.rn(), 4, Offset), cond);
836 ldr(dst2, src2, cond);
858 MemOperand dst2(dst);
860 dst2.set_offset(dst2.offset() + 4)
    [all...]
assembler-arm.cc     [all...]
  /external/opencv/cv/src/
cvpyramids.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 709 ByteBuffer dst2 = dst.put(src); local
710 assertSame(dst, dst2);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 1680 SVGA3dShaderDestToken dst2; local
    [all...]

Completed in 4005 milliseconds

12 3