Home
last modified time | relevance | path

Searched refs:x_pos (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Demo/curses/
Dxmas.py320 for x_pos in range(70, 62, -1):
321 if x_pos < 66: y_pos = 1
323 dotdeer0.addch(y_pos, x_pos, ord('.'))
333 for x_pos in range(x_pos - 1, 50, -1):
335 if x_pos < 56:
339 stardeer0.addch(y_pos, x_pos, ord('*'))
348 dotdeer0.addch(y_pos, x_pos, ord('*'))
355 x_pos = 58
363 deer_step(lildeer3, y_pos, x_pos)
364 deer_step(lildeer2, y_pos, x_pos)
[all …]
/external/freetype/src/sfnt/
Dttsbit.c692 FT_Int x_pos,
701 FT_Int x_pos,
710 FT_Int x_pos, in tt_sbit_decoder_load_byte_aligned() argument
735 if ( x_pos < 0 || (FT_UInt)( x_pos + width ) > bit_width || in tt_sbit_decoder_load_byte_aligned()
752 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()
753 x_pos &= 7; in tt_sbit_decoder_load_byte_aligned()
755 if ( x_pos == 0 ) /* the easy one */ in tt_sbit_decoder_load_byte_aligned()
785 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
795 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
797 if ( x_pos + w > 8 ) in tt_sbit_decoder_load_byte_aligned()
[all …]
/external/libhevc/decoder/
Dihevcd_ittiam_logo.h115 UWORD32 x_pos,
122 …(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_logo(buf_y, buf… argument
124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
Dihevcd_process_slice.c130 WORD32 x_pos; in ihevcd_proc_map_check() local
136 x_pos = (ps_proc->i4_ctb_tile_x + nctb); in ihevcd_proc_map_check()
137 idx = MIN(x_pos, (ps_tile->u2_wd - 1)); in ihevcd_proc_map_check()
157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()
158 idx = x_pos + (ps_proc->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_proc_map_check()
166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()
167 idx = x_pos + ((ps_proc->i4_ctb_y - 1) * ps_sps->i2_pic_wd_in_ctb); in ihevcd_proc_map_check()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc51 const int x_pos = keypoint->pos_.x * 2; in ScoreKeypoints() local
54 const int curr_color[] = {u_data[y_pos][x_pos], v_data[y_pos][x_pos]}; in ScoreKeypoints()
121 const int x_pos = candidate.pos_.x; in SelectKeypointsInBox() local
124 MarkImage(x_pos, y_pos, distance, interest_map_.get()); in SelectKeypointsInBox()
133 const int x_pos = candidate.pos_.x; in SelectKeypointsInBox() local
137 !interest_map_->ValidPixel(x_pos, y_pos)) { in SelectKeypointsInBox()
141 if (!(*interest_map_)[y_pos][x_pos]) { in SelectKeypointsInBox()
146 MarkImage(x_pos, y_pos, distance, interest_map_.get()); in SelectKeypointsInBox()
Doptical_flow.cc103 const float x_pos = Clip(src_left_real + x, 0.0f, real_x_max); in FindFlowAtPoint_LK() local
105 *vals_I_ptr++ = img_I.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
106 *vals_I_x_ptr++ = I_x.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
107 *vals_I_y_ptr++ = I_y.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
153 const float x_pos = Clip(left_real + win_x, 0.0f, real_x_max); in FindFlowAtPoint_LK() local
154 *vals_J_ptr++ = img_J.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
/external/freetype/src/pfr/
Dpfrgload.c568 FT_Int x_pos, y_pos; in pfr_glyph_load_compound() local
627 x_pos = 0; in pfr_glyph_load_compound()
653 x_pos = PFR_NEXT_SHORT( p ); in pfr_glyph_load_compound()
658 x_pos += PFR_NEXT_INT8( p ); in pfr_glyph_load_compound()
681 subglyph->x_delta = x_pos; in pfr_glyph_load_compound()
/external/tensorflow/tensorflow/python/ops/
Dgradient_checker.py181 x_pos = x_data.copy()
183 x_pos.ravel().view(x_dtype)[row] += delta
184 y_pos = y.eval(feed_dict=_extra_feeds(extra_feed_dict, {x: x_pos}))
/external/libxcam/modules/ocl/
Dcl_utils.cpp31 float x_pos; member
39 : x_pos (0.0f), y_pos (0.0f) in NV12Pixel()
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
Dcudnn_rnn_test.py959 x_pos = x_data.copy()
961 x_pos += delta
963 x_pos.flat[i] += delta
964 y_pos_feed_dict = dict([(x.name, x_pos)])
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c77 …(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) impeg2_insert_logo(buf_y, buf… argument
79 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
/external/freetype/
DChangeLog.22741 loading. (Only tested with bit aligned sbit with x_pos == 0.)
DChangeLog.233146 . `tt_sbit_decoder_load_bit_aligned' incorrectly handled `x_pos',
3154 (tt_sbit_decoder_load_bit_aligned): Handle `x_pos' correctly in case