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

  /external/libavc/common/
ih264_inter_pred_filters.c 538 WORD32 off1, off2, off3; local
543 off1 = src_strd;
545 off3 = off1 + off2;
559 - (pu1_src[-off1] + pu1_src[off2])
560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2)
561 + ((pu1_src[0] + pu1_src[off1]) << 4);
623 WORD32 off1, off2, off3; local
628 off1 = src_strd;
630 off3 = off1 + off2
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidgload.c 103 FT_ULong off1; local
113 off1 = (FT_ULong)cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
115 glyph_length = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ) - off1;
127 if ( FT_STREAM_READ_AT( cid->data_offset + off1,
  /external/fio/
parse.h 46 unsigned int off1; /* potential parameters */ member in struct:fio_option
  /external/elfutils/src/src/
elfcmp.c 409 size_t off1 = 0; local
413 while (off1 < data1->d_size
414 && (off1 = gelf_getnote (data1, off1, &note1,
  /external/freetype/src/cff/
cffload.c 482 FT_ULong off1, off2 = 0; local
494 off1 = cff_index_read_offset( idx, &error );
498 if ( off1 != 0 )
510 off1 = idx->offsets[element];
511 if ( off1 )
535 if ( off1 && off2 > off1 )
537 *pbyte_len = off2 - off1;
542 *pbytes = idx->bytes + off1 - 1;
547 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 482 FT_ULong off1, off2 = 0; local
494 off1 = cff_index_read_offset( idx, &error );
498 if ( off1 != 0 )
510 off1 = idx->offsets[element];
511 if ( off1 )
535 if ( off1 && off2 > off1 )
537 *pbyte_len = off2 - off1;
542 *pbytes = idx->bytes + off1 - 1;
547 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 2689 WORD32 off0,off1, off2, off3, off4, off5; local
    [all...]
  /external/webp/src/enc/
picture_csp.c 494 const int off1 = j * rgb_stride; local
495 const int off2 = off1 + rgb_stride;
500 ImportOneRow(r_ptr + off1, g_ptr + off1, b_ptr + off1,
899 const int off1 = (2 * y + 0) * rgb_stride; local
    [all...]
  /external/elfutils/src/libcpu/
i386_parse.c 198 int off1; member in struct:instruction::operand
    [all...]
  /bionic/libc/kernel/uapi/linux/
ixjuser.h 165 unsigned int off1; member in struct:__anon586
  /development/ndk/platforms/android-21/include/linux/
ixjuser.h 75 unsigned int off1; member in struct:__anon1650
  /external/kernel-headers/original/uapi/linux/
ixjuser.h 133 unsigned int off1; member in struct:__anon11253
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ixjuser.h 133 unsigned int off1; member in struct:__anon30938
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ixjuser.h 133 unsigned int off1; member in struct:__anon32862
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ixjuser.h 75 unsigned int off1; member in struct:__anon60567
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ixjuser.h 75 unsigned int off1; member in struct:__anon61334
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ixjuser.h 75 unsigned int off1; member in struct:__anon62113
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ixjuser.h 75 unsigned int off1; member in struct:__anon62891
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ixjuser.h 75 unsigned int off1; member in struct:__anon63667
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ixjuser.h 75 unsigned int off1; member in struct:__anon64444

Completed in 1127 milliseconds