Home
last modified time | relevance | path

Searched refs:pos_y (Results 1 – 25 of 27) sorted by relevance

12

/external/libkmsxx/py/tests/
Dbig_fb.py108 self.pos_y = self.fbY // 2
132 self.old_pos_y = self.pos_y
135 self.pos_y = int(self.pos_y + (self.dir_y * self.speed_y))
137 if self.pos_y < 0:
138 self.pos_y = 0
141 elif self.pos_y > (self.fbY - self.bar_size):
142 self.pos_y = self.fbY - self.bar_size
154 pos_y = self.pos_y
155 pykms.draw_rect(fb, 0, pos_y, self.fbX, 5, self.color3)
156 pos_y += 5
[all …]
/external/libhevc/encoder/
Dihevce_had_satd.c881 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_8x8_using_4_4x4() local
888 ASSERT(pos_y >= 0); in ihevce_had_8x8_using_4_4x4()
891 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4()
892 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4()
969 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r() local
986 ASSERT(pos_y >= 0); in ihevce_had_8x8_using_4_4x4_r()
989 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4_r()
990 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r()
991 pi4_8x8_tu_split = ppi4_tu_split[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r()
993 ppi4_tu_early_cbf[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r()
[all …]
Dhme_refine.c5962 S32 pos_x, pos_y; in hme_refine() local
7281 pos_y = blk_y << blk_size_shift; in hme_refine()
7282 pu1_inp = ps_curr_layer->pu1_inp + pos_x + (pos_y * i4_inp_stride); in hme_refine()
7299 pos_y, in hme_refine()
7310 pos_y, in hme_refine()
7525 s_srch_cand_init_data.i4_pos_y = pos_y; in hme_refine()
8875 S32 pos_x, pos_y; in hme_refine_no_encode() local
9591 pos_y = blk_y << blk_size_shift; in hme_refine_no_encode()
9592 pu1_inp = ps_curr_layer->pu1_inp + pos_x + (pos_y * i4_inp_stride); in hme_refine_no_encode()
9610 pos_y, in hme_refine_no_encode()
[all …]
Dhme_utils.h617 S32 pos_y,
Dhme_utils.c2112 S32 pos_y, in hme_get_wt_inp() argument
2127 pos_y = MIN(pos_y, ps_curr_layer->i4_ht - 1); in hme_get_wt_inp()
2129 pu1_src += (pos_x + (pos_y * ps_curr_layer->i4_inp_stride)); in hme_get_wt_inp()
2135 y_count = MIN(size, (ps_curr_layer->i4_ht - pos_y)); in hme_get_wt_inp()
/external/igt-gpu-tools/tools/
Dintel_panel_fitter.c158 uint32_t dst_width, dst_height, pos_x, pos_y; in change_screen_size() local
184 pos_y = abs((info.tot_height - dst_height)) / 2; in change_screen_size()
214 dst_height, pos_x, pos_y); in change_screen_size()
238 win_pos_val |= pos_y; in change_screen_size()
/external/libhevc/encoder/arm/
Dihevce_hme_utils_neon.c229 S32 pos_y, in hme_get_wt_inp_8x8_neon() argument
241 pos_y = MIN(pos_y, ps_curr_layer->i4_ht - 1); in hme_get_wt_inp_8x8_neon()
247 y_count = MIN(size, (ps_curr_layer->i4_ht - pos_y)); in hme_get_wt_inp_8x8_neon()
251 pu1_src += (pos_x + (pos_y * src_stride)); in hme_get_wt_inp_8x8_neon()
389 S32 pos_y, in hme_get_wt_inp_ctb_neon() argument
403 y_count = MIN(size, (ps_curr_layer->i4_ht - pos_y)); in hme_get_wt_inp_ctb_neon()
407 pu1_src += (pos_x + (pos_y * src_stride)); in hme_get_wt_inp_ctb_neon()
681 pu1_src += (pos_x + (pos_y * src_stride)); in hme_get_wt_inp_ctb_neon()
Dihevce_had_compute_neon.c811 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r_neon() local
830 assert(pos_y >= 0); in ihevce_had_8x8_using_4_4x4_r_neon()
833 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4_r_neon()
834 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon()
835 pi4_8x8_tu_split = ppi4_tu_split[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon()
837 ppi4_tu_early_cbf[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon()
1017 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_16x16_r_neon() local
1020 assert(pos_y >= 0); in ihevce_had_16x16_r_neon()
1023 pi4_16x16_hsad = ppi4_hsad[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r_neon()
1026 ppi4_tu_split[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r_neon()
[all …]
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c52 int pos_y = sf->scale_value_y(orig_pos_y, sf); in enc_calc_subpel_params() local
55 pos_y += SCALE_EXTRA_OFF; in enc_calc_subpel_params()
61 pos_y = clamp(pos_y, top, bottom); in enc_calc_subpel_params()
65 subpel_params->subpel_y = pos_y & SCALE_SUBPEL_MASK; in enc_calc_subpel_params()
68 *pre = pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in enc_calc_subpel_params()
/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c61 int pos_y; member
263 igt_plane_set_position(plane, data->pos_x, data->pos_y); in prepare_fbs()
286 igt_plane_set_position(plane, data->pos_x, data->pos_y); in prepare_fbs()
299 igt_plane_set_position(plane, data->pos_x, data->pos_y); in prepare_fbs()
310 igt_plane_set_position(plane, data->pos_x, data->pos_y); in prepare_fbs()
801 data.pos_y = 0;
805 data.pos_y = 0;
/external/freetype/src/psaux/
Dt1decode.c387 decoder->builder.pos_y = ady; in t1operator_seac()
406 decoder->builder.pos_y = 0; in t1operator_seac()
490 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings()
1230 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings()
1267 y = ADD_LONG( builder->pos_y, top[1] ); in t1_decoder_parse_charstrings()
Dcffdecode.c334 builder->pos_y = ady; in cff_operator_seac()
360 builder->pos_y = 0; in cff_operator_seac()
540 y = builder->pos_y; in cff_decoder_parse_charstrings()
1999 y = decoder->builder.pos_y; in cff_decoder_parse_charstrings()
2017 y = ADD_LONG( decoder->builder.pos_y, args[1] ); in cff_decoder_parse_charstrings()
2029 y = ADD_LONG( decoder->builder.pos_y, args[1] ); in cff_decoder_parse_charstrings()
Dpsobjs.c1606 builder->pos_y = 0; in t1_builder_init()
1881 builder->pos_y = 0; in cff_builder_init()
2138 ps_builder->pos_y = &t1builder->pos_y; in ps_builder_init()
2163 ps_builder->pos_y = &cffbuilder->pos_y; in ps_builder_init()
/external/freetype/include/freetype/internal/
Dpsaux.h574 FT_Pos* pos_y; member
838 FT_Pos pos_y; member
1118 FT_Pos pos_y; member
/external/kernel-headers/original/uapi/linux/
Domapfb.h139 __u32 pos_y; member
/external/skqp/experimental/pvg/
Ddraw_msg.proto242 repeated float pos_y = 3; // must match counts with glyphs OR have 1 entry field
/external/skia/experimental/pvg/
Ddraw_msg.proto242 repeated float pos_y = 3; // must match counts with glyphs OR have 1 entry field
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c570 nir_ssa_def *pos_y = nir_channel(b, tex_pos, 1); in build_nir_buffer_fetch() local
571 pos_y = nir_imul(b, pos_y, &width->dest.ssa); in build_nir_buffer_fetch()
572 pos_x = nir_iadd(b, pos_x, pos_y); in build_nir_buffer_fetch()
Dradv_meta_bufimage.c109 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_itob_compute_shader() local
111 nir_ssa_def *tmp = nir_imul(&b, pos_y, &stride->dest.ssa); in build_nir_itob_compute_shader()
317 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_btoi_compute_shader() local
319 nir_ssa_def *tmp = nir_imul(&b, pos_y, &stride->dest.ssa); in build_nir_btoi_compute_shader()
547 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_btoi_r32g32b32_compute_shader() local
549 nir_ssa_def *tmp = nir_imul(&b, pos_y, &stride->dest.ssa); in build_nir_btoi_r32g32b32_compute_shader()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c561 int pos_y = sf->scale_value_y(orig_pos_y, sf); in dec_calc_subpel_params() local
564 pos_y += SCALE_EXTRA_OFF; in dec_calc_subpel_params()
571 pos_y = clamp(pos_y, top, bottom); in dec_calc_subpel_params()
575 subpel_params->subpel_y = pos_y & SCALE_SUBPEL_MASK; in dec_calc_subpel_params()
581 block->y0 = pos_y >> SCALE_SUBPEL_BITS; in dec_calc_subpel_params()
587 ((pos_y + (bh - 1) * subpel_params->ys) >> SCALE_SUBPEL_BITS) + 1; in dec_calc_subpel_params()
602 int pos_y = inter_pred_params->pix_row << SUBPEL_BITS; in dec_calc_subpel_params() local
613 pos_y += mv_q4.row; in dec_calc_subpel_params()
615 block->y0 = pos_y >> SUBPEL_BITS; in dec_calc_subpel_params()
619 block->y1 = (pos_y >> SUBPEL_BITS) + (bh - 1) + 1; in dec_calc_subpel_params()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1598 pos_y = set()
1605 pos_y.add(i)
1608 self.assertEqual(len(pos_y), 2) # item1 and item2 y pos
1609 for y in pos_y:
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1790 pos_y = set()
1797 pos_y.add(i)
1800 self.assertEqual(len(pos_y), 2) # item1 and item2 y pos
1801 for y in pos_y:
/external/igt-gpu-tools/lib/
Digt_kms.h154 int pos_y; member
Digt_kms.c1554 ret = sscanf(buf + 9, "%4d%*c%4d%*c", &plane->pos_x, &plane->pos_y); in get_plane()
1677 crtc.planes[plane_index].pos_y > crtc.height) in igt_assert_plane_visible()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1495 LLVMValueRef pos_x, pos_y, pos_z, pos_w; in generate_clipmask() local
1529 pos_y = LLVMBuildLoad(builder, outputs[pos][1], ""); /*y0 y1 .. yn */ in generate_clipmask()
1540 cv_y = pos_y; in generate_clipmask()
1569 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_y, pos_w); in generate_clipmask()
1575 test = LLVMBuildFAdd(builder, pos_y, pos_w, ""); in generate_clipmask()

12