Home
last modified time | relevance | path

Searched refs:off3 (Results 1 – 12 of 12) sorted by relevance

/external/libavc/common/
Dih264_inter_pred_filters.c538 WORD32 off1, off2, off3; in ih264_inter_pred_luma_vert_qpel() local
545 off3 = off1 + off2; in ih264_inter_pred_luma_vert_qpel()
558 i2_temp = pu1_src[-off2] + pu1_src[off3] in ih264_inter_pred_luma_vert_qpel()
623 WORD32 off1, off2, off3; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local
630 off3 = off1 + off2; in ih264_inter_pred_luma_horz_qpel_vert_qpel()
645 i2_temp_vert = pu1_pred_vert[-off2] + pu1_pred_vert[off3] in ih264_inter_pred_luma_horz_qpel_vert_qpel()
/external/llvm/test/CodeGen/SystemZ/
Dunaligned-01.ll17 %off3 = getelementptr i8, i8 *%ptr, i64 3
21 store i8 3, i8 *%off3
/external/fio/
Dparse.c594 if (o->off3) in __handle_option()
595 val_store(ilp, ull, o->off3, 0, data, o); in __handle_option()
603 if (o->off3) in __handle_option()
604 val_store(ilp, ull, o->off3, 0, data, o); in __handle_option()
774 if (o->off3 && o->off4) { in __handle_option()
775 val_store(ilp, ul1, o->off3, 0, data, o); in __handle_option()
787 if (o->off3 && o->off4) { in __handle_option()
788 val_store(ilp, ul1, o->off3, 0, data, o); in __handle_option()
Dparse.h50 unsigned int off3; member
Doptions.c1978 .off3 = offsetof(struct thread_options, bs[DDIR_TRIM]),
1995 .off3 = offsetof(struct thread_options, ba[DDIR_TRIM]),
2011 .off3 = offsetof(struct thread_options, min_bs[DDIR_WRITE]),
2178 .off3 = offsetof(struct thread_options, perc_rand[DDIR_TRIM]),
3271 .off3 = offsetof(struct thread_options, rate[DDIR_TRIM]),
3283 .off3 = offsetof(struct thread_options, ratemin[DDIR_TRIM]),
3296 .off3 = offsetof(struct thread_options, rate_iops[DDIR_TRIM]),
3308 .off3 = offsetof(struct thread_options, rate_iops_min[DDIR_TRIM]),
Dgoptions.c989 td_var(to, o, o->off3), in gopt_set_option()
1096 td_var(to, o, o->off3), in gopt_add_option()
1240 td_var(gjv->o, o, o->off3), in gopt_handle_range_changed()
/external/elfutils/libcpu/
Di386_parse.y127 int off3; member
843 else if (instr->operands[n].off3 == 0) in fillin_arg()
844 instr->operands[n].off3 = bitoff; in fillin_arg()
942 maxoff[i][2] = MAX (maxoff[i][2], runp->operands[i].off3); in find_numbers()
948 if (runp->operands[i].off3 > 0) in find_numbers()
949 minoff[i][2] = MIN (minoff[i][2], runp->operands[i].off3); in find_numbers()
1241 MAX (0, instr->operands[i].off3 - minoff[i][2])); in instrtable_out()
DChangeLog378 * i386_parse.y (struct instruction): Add off3 field.
/external/kernel-headers/original/uapi/linux/
Dixjuser.h137 unsigned int off3; member
/external/libavc/common/x86/
Dih264_inter_pred_filters_ssse3.c2689 WORD32 off0,off1, off2, off3, off4, off5; in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() local
2722 off3 = -(src_strd << 1) + 8; in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3()
2763 … + ((pu1_src[off2] + pu1_src[off3] - pu1_src[off1] - pu1_src[off4]) << 2) in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3()
2764 + ((pu1_src[off2] + pu1_src[off3]) << 4); in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3()
2786 … + ((pu1_src[off2] + pu1_src[off3] - pu1_src[off1] - pu1_src[off4]) << 2) in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3()
2787 + ((pu1_src[off2] + pu1_src[off3]) << 4); in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp804 const IVec2& off3 = IVec2()) in GatherArgs()
810 offsets[3] = off3; in GatherArgs()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp822 const IVec2& off3 = IVec2()) in GatherArgs()
828 offsets[3] = off3; in GatherArgs()