Home
last modified time | relevance | path

Searched refs:i4_x (Results 1 – 7 of 7) sorted by relevance

/external/libavc/encoder/
Dih264e_time_stamp.c116 static WORD32 gcd(WORD32 i4_x, WORD32 i4_y) in gcd() argument
118 if (i4_x > i4_y) in gcd()
120 i4_x = i4_y + i4_x; in gcd()
121 i4_y = i4_x - i4_y; in gcd()
122 i4_x = i4_x - i4_y; in gcd()
127 i4_x = i4_x % i4_y; in gcd()
128 temp = i4_x; in gcd()
129 i4_x = i4_y; in gcd()
132 return (i4_x); in gcd()
/external/libhevc/encoder/
Dihevce_coarse_me_pass.c569 WORD32 i4_y, i4_x; in ihevce_coarse_me_frame_end() local
576 for(i4_x = 0; i4_x < ps_hist_thrd0->i4_num_cols; i4_x++) in ihevce_coarse_me_frame_end()
580 i4_bin_id = i4_x + (i4_y * ps_hist_thrd0->i4_num_cols); in ihevce_coarse_me_frame_end()
Dhme_utils.c356 S32 i4_offset, i4_lobe_size, i4_y, i4_x, *pi4_bin_count; in hme_calculate_global_mv() local
368 for(i4_x = i4_offset; i4_x < ps_hist->i4_num_cols - i4_offset; i4_x++) in hme_calculate_global_mv()
371 i4_bin_id = (i4_x - 2) + ((i4_y - 2) * ps_hist->i4_num_cols); in hme_calculate_global_mv()
383 i4_max_x = i4_x; in hme_calculate_global_mv()
455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y; in hme_map_mvs_to_grid() local
523 for(i4_x = x_start; i4_x < x_end; i4_x++) in hme_map_mvs_to_grid()
525 ps_grid_node_tmp[i4_x].s_mv.i2_mvx = i2_mv_x; in hme_map_mvs_to_grid()
526 ps_grid_node_tmp[i4_x].s_mv.i2_mvy = i2_mv_y; in hme_map_mvs_to_grid()
527 ps_grid_node_tmp[i4_x].i1_ref_idx = i1_ref_idx; in hme_map_mvs_to_grid()
528 ps_grid_node_tmp[i4_x].u1_subpel_done = 1; in hme_map_mvs_to_grid()
[all …]
Dihevce_enc_cu_recursion.c451 WORD32 i4_num_8x8, i4_x, i4_y; in ihevce_store_cu_results() local
458 for(i4_x = 0; i4_x < i4_num_8x8; i4_x++) in ihevce_store_cu_results()
462 ps_ctxt->ai4_qp_qg[((i4_cu_pox_y + i4_y) * 8) + (i4_cu_pos_x + i4_x)] = in ihevce_store_cu_results()
467 ps_ctxt->ai4_qp_qg[((i4_cu_pox_y + i4_y) * 8) + (i4_cu_pos_x + i4_x)] = in ihevce_store_cu_results()
Dhme_coarse.c325 S32 i4_x, in hme_derive_worst_case_search_range() argument
332 MIN((ps_pic_limit->i2_max_x - (S16)blk_wd - (S16)(i4_x - 4)), ps_mv_limit->i2_max_x); in hme_derive_worst_case_search_range()
333 ps_range->i2_min_x = MAX((ps_pic_limit->i2_min_x - (S16)i4_x), ps_mv_limit->i2_min_x); in hme_derive_worst_case_search_range()
Dhme_utils.h464 S32 i4_x,
Dhme_refine.c6331 S32 i4_x, i4_y; in hme_refine() local
6338 i4_x = (S32)gau1_encode_to_raster_x[i]; in hme_refine()
6340 i4_x <<= 4; in hme_refine()
6349 i4_x, in hme_refine()
6379 i4_x = (S32)gau1_encode_to_raster_x[i]; in hme_refine()
6381 i4_x <<= 5; in hme_refine()
6390 i4_x, in hme_refine()