Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_subpel.c565 S32 x_off, y_off, x_pic, y_pic; in hme_compute_pred_and_evaluate_bi() local
595 x_off = ps_cu_results->u1_x_off; in hme_compute_pred_and_evaluate_bi()
604 x_pic = x_off + ps_inter_ctb_prms->i4_ctb_x_off; in hme_compute_pred_and_evaluate_bi()
970 (PART_ID_T)((PART_ID_NxN_TL) + (x_off & 1) + ((y_off & 1) << 1)); in hme_compute_pred_and_evaluate_bi()
1066 (PART_ID_T)((PART_ID_NxN_TL) + (x_off & 1) + ((y_off & 1) << 1)); in hme_compute_pred_and_evaluate_bi()
2289 S32 x_off, in hme_subpel_refine_search_node_high_speed() argument
2389 i4_offset = x_off + (y_off * i4_ref_stride); in hme_subpel_refine_search_node_high_speed()
2909 S32 x_off, in hme_subpel_refine_search_node_high_speed() argument
3011 i4_offset = x_off + (y_off * i4_ref_stride); in hme_subpel_refine_search_node_high_speed()
4058 S32 x_off, y_off; in hme_subpel_refine_cu_hs() local
[all …]
Dhme_utils.c3248 WORD32 x_off, y_off; in hme_populate_pus_8x8_cu() local
3254 x_off = ps_search_results->u1_x_off; in hme_populate_pus_8x8_cu()
3269 ps_cu_results->u1_x_off = x_off + (i & 1) * 8; in hme_populate_pus_8x8_cu()
Dhme_refine.c592 S32 x_off, y_off; in hme_pick_eval_merge_candts() local
809 x_off = ps_merge_prms->ps_results_tl->u1_x_off; in hme_pick_eval_merge_candts()
811 i4_offset = x_off + i4_ctb_x_off + ((y_off + i4_ctb_y_off) * i4_ref_stride); in hme_pick_eval_merge_candts()
886 ps_wt_inp_prms->apu1_wt_inp[i1_ref_idx] + x_off + y_off * ps_subpel_prms->i4_inp_stride; in hme_pick_eval_merge_candts()
Dhme_err_compute.c445 S32 x_off = step, y_off = step * ps_prms->i4_ref_stride; in hme_evalsad_grid_npu_MxN() local
467 pu1_ref = pu1_ref_c + x_off * gai1_grid_id_to_x[i]; in hme_evalsad_grid_npu_MxN()
/external/u-boot/drivers/video/
Dvideo_bmp.c42 uchar *fb, int x_off, int y_off) in video_display_rle8_bitmap() argument
80 * priv->line_length + (x + x_off) * 2); in video_display_rle8_bitmap()
Dstb_truetype.h820 int x_off, int y_off, // another translation applied to input
2403 …um_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int in… in stbtt_Rasterize() argument
2409 …ings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, us… in stbtt_Rasterize()
/external/python/cpython3/Lib/tkinter/
Ddnd.py243 self.x_off = event.x
263 return x - self.x_off, y - self.y_off
/external/python/cpython2/Lib/lib-tk/
DTkdnd.py243 self.x_off = event.x
263 return x - self.x_off, y - self.y_off
/external/mesa3d/src/glx/
Ddri_glx.c318 int x_off, y_off; in __glXReportDamage() local
328 x_off = x; in __glXReportDamage()
333 x_off = 0; in __glXReportDamage()
343 xrects[i].x = rects[i].x1 + x_off; in __glXReportDamage()
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp321 const auto x_off = align_fract != 0 in makeBlob() local
324 const auto& buf = builder.allocRun(font, line_glyph_buffer.count(), x_off, y_off); in makeBlob()
/external/u-boot/common/
Dlcd.c454 uchar *fb, int x_off, int y_off) in lcd_display_rle8_bitmap() argument
490 * lcd_line_length + (x + x_off) * 2); in lcd_display_rle8_bitmap()
/external/libhevc/encoder/arm/
Dihevce_me_neon.c418 S32 x_off = ps_prms->i4_step; in hme_evalsad_grid_npu_MxN_neon() local
438 pu1_ref += x_off * gai1_grid_id_to_x[i]; in hme_evalsad_grid_npu_MxN_neon()
/external/ImageMagick/coders/
Dpng.c694 x_off[MNG_MAX_OBJECTS], member
1590 mng_info->x_off[i]=0; in MngInfoDiscardObject()
5167 image->page.x=mng_info->x_off[mng_info->object_id]; in ReadOneJNGImage()
5726 mng_info->x_off[object_id]=(ssize_t) mng_get_long(&p[4]); in ReadOneMNGImage()
5732 object_id,(double) mng_info->x_off[object_id], in ReadOneMNGImage()
6223 old_pair.a=mng_info->x_off[i]; in ReadOneMNGImage()
6226 mng_info->x_off[i]=new_pair.a; in ReadOneMNGImage()
6783 image->page.x=mng_info->x_off[object_id]; in ReadOneMNGImage()
7391 crop_box.left=mng_info->image_box.left+mng_info->x_off[object_id]; in ReadOneMNGImage()
7392 crop_box.right=mng_info->image_box.right+mng_info->x_off[object_id]; in ReadOneMNGImage()
[all …]