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

1 2

  /external/libavc/common/
ih264_inter_pred_filters.c 538 WORD32 off1, off2, off3; local
544 off2 = src_strd << 1;
545 off3 = off1 + off2;
558 i2_temp = pu1_src[-off2] + pu1_src[off3]
559 - (pu1_src[-off1] + pu1_src[off2])
560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2)
623 WORD32 off1, off2, off3; local
629 off2 = src_strd << 1;
630 off3 = off1 + off2;
645 i2_temp_vert = pu1_pred_vert[-off2] + pu1_pred_vert[off3
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 115 int off, off2, height, h, w; local
120 off2 = pyr->width + off + pyr->border - right - 1;
130 base[off2 + w + 1] = base[off2];
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 153 uint32_t off2 = 0x4321; local
154 patcher_.SetOffset(ref2, off2);
156 EXPECT_EQ(off2, patcher_.GetOffset(ref2));
161 EXPECT_EQ(off2 + adjustment2 - adjustment3, patcher_.GetOffset(ref2));
  /external/webp/src/enc/
picture_psnr_enc.c 96 const int off2 = x - VP8_SSIM_KERNEL + (y - VP8_SSIM_KERNEL) * ref_stride; local
97 sum += VP8SSIMGet(src + off1, src_stride, ref + off2, ref_stride);
  /system/core/trusty/storage/tests/
main.cpp 750 storage_off_t off2 = blk * (cnt-1); local
757 WritePatternChunk(handle, off2, blk, complete);
765 ReadPattern(handle, off2, blk, blk);
769 ReadPatternEOF(handle, off2 + blk/2, blk, blk/2);
    [all...]
  /external/fio/
parse.h 49 unsigned int off2; member in struct:fio_option
  /toolchain/binutils/binutils-2.25/ld/emultempl/
spu_ovl.S 40 #define off2 reserved2 define
213 shli off2, ovl, 4 # 0,4 3
220 lqx vma, tab2, off2 # 1,6 7
228 shli off2, ovl, 4 # 0,4 2
237 lqx vma, tab2, off2 # 1,6 6
  /external/elfutils/src/
elfcmp.c 416 size_t off2 = 0; local
425 if (off2 >= data2->d_size)
433 off2 = gelf_getnote (data2, off2, &note2,
435 if (off2 == 0)
494 if (off2 < data2->d_size)
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 482 FT_ULong off1, off2 = 0; local
503 off2 = cff_index_read_offset( idx, &error );
505 while ( off2 == 0 && element < idx->count );
516 off2 = idx->offsets[element];
518 } while ( off2 == 0 && element < idx->count );
522 /* XXX: should check off2 does not exceed the end of this entry; */
523 /* at present, only truncate off2 at the end of this stream */
524 if ( off2 > stream->size + 1 ||
525 idx->data_offset > stream->size - off2 + 1 )
530 off2, stream->size - idx->data_offset + 1 ))
    [all...]
  /external/freetype/src/cff/
cffload.c 509 FT_ULong off1, off2 = 0; local
530 off2 = cff_index_read_offset( idx, &error );
532 } while ( off2 == 0 && element < idx->count );
543 off2 = idx->offsets[element];
545 } while ( off2 == 0 && element < idx->count );
549 /* XXX: should check off2 does not exceed the end of this entry; */
550 /* at present, only truncate off2 at the end of this stream */
551 if ( off2 > stream->size + 1 ||
552 idx->data_offset > stream->size - off2 + 1 )
557 off2, stream->size - idx->data_offset + 1 ))
    [all...]
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 2689 WORD32 off0,off1, off2, off3, off4, off5; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 1034 unsigned off2 = off + (intr->num_components * 4) - 1024; local
1035 addr = ir3_ADD_S(b, addr, 0, create_immed(b, off2), 0);
1036 off -= off2;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-microblaze.c 1191 bfd_vma off, off2; local
    [all...]
elf32-tic6x.c 2276 bfd_vma off, off2, relocation; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
ixjuser.h 138 unsigned int off2; member in struct:__anon723
  /development/ndk/platforms/android-21/include/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon1987
  /external/kernel-headers/original/uapi/linux/
ixjuser.h 135 unsigned int off2; member in struct:__anon21569
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ixjuser.h 135 unsigned int off2; member in struct:__anon54793
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ixjuser.h 135 unsigned int off2; member in struct:__anon56720
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon72258
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon73025
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon73804
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon74582
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon75358
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon76135

Completed in 1680 milliseconds

1 2