Searched defs:off1 (Results 1 - 14 of 14) sorted by relevance

/external/libhevc/common/
H A Dihevc_weighted_pred.c237 * off1 + 1) << (shift - 1) ) >> shift
266 * @param[in] off1
301 WORD32 off1,
317 i4_tmp += (off0 + off1 + 1) << (shift - 1);
338 * off1 + 1) << (shift - 1) ) >> shift
367 * @param[in] off1
292 ihevc_weighted_pred_bi(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidgload.c103 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/
H A Dparse.h46 unsigned int off1; /* potential parameters */ member in struct:fio_option
/external/libhevc/common/arm/
H A Dihevc_weighted_pred_neon_intr.c340 * off1 + 1) << (shift - 1) ) >> shift
369 * @param[in] off1
404 WORD32 off1,
432 tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1));
505 * off1 + 1) << (shift - 1) ) >> shift
534 * @param[in] off1
395 ihevc_weighted_pred_bi_neonintr(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
/external/libhevc/common/x86/
H A Dihevc_weighted_pred_sse42_intr.c1192 * off1 + 1) << (shift - 1) ) >> shift
1221 * @param[in] off1
1256 WORD32 off1,
1272 temp = (off0 + off1 + 1) << (shift - 1);
1336 /* i4_tmp += (off0 + off1 + 1) << (shift - 1); */
1411 /* i4_tmp += (off0 + off1 + 1) << (shift - 1); */
1461 * off1 + 1) << (shift - 1) ) >> shift
1490 * @param[in] off1
1613 /* i4_tmp += (off0 + off1 + 1) << (shift - 1); */
1688 /* i4_tmp += (off0 + off1
1247 ihevc_weighted_pred_bi_sse42(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
[all...]
H A Dihevc_weighted_pred_ssse3_intr.c680 * off1 + 1) << (shift - 1) ) >> shift
709 * @param[in] off1
745 WORD32 off1,
762 temp = (off0 + off1 + 1) << (shift - 1);
833 /* i4_tmp += (off0 + off1 + 1) << (shift - 1); */
913 /* i4_tmp += (off0 + off1 + 1) << (shift - 1); */
963 * off1 + 1) << (shift - 1) ) >> shift
992 * @param[in] off1
1122 /* i4_tmp += (off0 + off1 + 1) << (shift - 1); */
1202 /* i4_tmp += (off0 + off1
736 ihevc_weighted_pred_bi_ssse3(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c482 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
[all...]
/external/freetype/src/cff/
H A Dcffload.c482 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
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c482 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
[all...]
/external/elfutils/0.153/src/
H A Delfcmp.c416 size_t off1 = 0; local
420 while (off1 < data1->d_size
421 && (off1 = gelf_getnote (data1, off1, &note1,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c861 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2) argument
863 ensure_valid(img, off1, 1, "ML_(img_strcmp)(first arg)");
866 UChar c1 = get(img, off1);
871 off1++; off2++;
875 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2) argument
877 ensure_valid(img, off1, 1, "ML_(img_strcmp_c)");
879 UChar c1 = get(img, off1);
884 off1++; str2++;
/external/elfutils/0.153/libcpu/
H A Di386_parse.c199 int off1; member in struct:instruction::operand
2548 if (instr->operands[n].off1 == 0)
2549 instr->operands[n].off1 = bitoff;
2649 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1);
2653 if (runp->operands[i].off1 > 0)
2654 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1);
2720 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]);
2942 MAX (0, instr->operands[i].off1 - minoff[i][0]));
/external/kernel-headers/original/uapi/linux/
H A Dixjuser.h133 unsigned int off1; member in struct:__anon23121
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 382 milliseconds