Home
last modified time | relevance | path

Searched refs:posx (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_hysteresis.c171 int posx, posy; in hysteresis8() local
180 pop(s, &posx, &posy); in hysteresis8()
182 x_min = posx > 0 ? posx - 1 : 0; in hysteresis8()
183 x_max = posx < w - 1 ? posx + 1 : posx; in hysteresis8()
220 int posx, posy; in hysteresis16() local
229 pop(s, &posx, &posy); in hysteresis16()
231 x_min = posx > in hysteresis16()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp497 int32_t posx = 1; in HWTEST_F() local
499 richEditorPattern->HandleSurfacePositionChanged(posx, posy); in HWTEST_F()
518 richEditorPattern->UpdateSelectionInfo(posx, posy); in HWTEST_F()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp8401 Temp posx = get_arg(ctx, ctx->args->ac.frag_pos[0]);
8405 posx.id() ? bld.vop1(aco_opcode::v_fract_f32, bld.def(v1), posx) : Operand::zero(),

Completed in 18 milliseconds