/external/libkmsxx/py/tests/ |
D | big_fb.py | 108 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/ |
D | ihevce_had_satd.c | 881 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 …]
|
D | hme_refine.c | 5962 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 …]
|
D | hme_utils.h | 617 S32 pos_y,
|
D | hme_utils.c | 2112 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/ |
D | intel_panel_fitter.c | 158 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/ |
D | ihevce_hme_utils_neon.c | 229 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()
|
D | ihevce_had_compute_neon.c | 811 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/ |
D | reconinter_enc.c | 52 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/ |
D | kms_rotation_crc.c | 61 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/ |
D | t1decode.c | 387 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()
|
D | cffdecode.c | 334 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()
|
D | psobjs.c | 1606 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/ |
D | psaux.h | 574 FT_Pos* pos_y; member 838 FT_Pos pos_y; member 1118 FT_Pos pos_y; member
|
/external/kernel-headers/original/uapi/linux/ |
D | omapfb.h | 139 __u32 pos_y; member
|
/external/skqp/experimental/pvg/ |
D | draw_msg.proto | 242 repeated float pos_y = 3; // must match counts with glyphs OR have 1 entry field
|
/external/skia/experimental/pvg/ |
D | draw_msg.proto | 242 repeated float pos_y = 3; // must match counts with glyphs OR have 1 entry field
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit2d.c | 570 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()
|
D | radv_meta_bufimage.c | 109 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/ |
D | decodeframe.c | 561 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/ |
D | test_widgets.py | 1598 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/ |
D | test_widgets.py | 1790 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/ |
D | igt_kms.h | 154 int pos_y; member
|
D | igt_kms.c | 1554 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/ |
D | draw_llvm.c | 1495 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()
|