Home
last modified time | relevance | path

Searched refs:i4_y (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()
124 while (i4_y != 0) in gcd()
127 i4_x = i4_x % i4_y; in gcd()
129 i4_x = i4_y; in gcd()
130 i4_y = temp; in gcd()
/external/libhevc/encoder/
Dihevce_coarse_me_pass.c569 WORD32 i4_y, i4_x; in ihevce_coarse_me_frame_end() local
574 for(i4_y = 0; i4_y < ps_hist_thrd0->i4_num_rows; i4_y++) 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
366 for(i4_y = i4_offset; i4_y < ps_hist->i4_num_rows - i4_offset; i4_y++) 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()
384 i4_max_y = i4_y; 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
521 for(i4_y = y_start; i4_y < y_end; i4_y++) in hme_map_mvs_to_grid()
1347 S32 i4_y, in hme_derive_search_range() argument
1355 MIN((ps_pic_limit->i2_max_y - (S16)blk_ht - (S16)i4_y), ps_mv_limit->i2_max_y); in hme_derive_search_range()
1356 ps_range->i2_min_y = MAX((ps_pic_limit->i2_min_y - (S16)i4_y), ps_mv_limit->i2_min_y); in hme_derive_search_range()
Dihevce_enc_cu_recursion.c451 WORD32 i4_num_8x8, i4_x, i4_y; in ihevce_store_cu_results() local
456 for(i4_y = 0; i4_y < i4_num_8x8; i4_y++) 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.c326 S32 i4_y, in hme_derive_worst_case_search_range() argument
336 MIN((ps_pic_limit->i2_max_y - (S16)blk_ht - (S16)(i4_y - 4)), ps_mv_limit->i2_max_y); in hme_derive_worst_case_search_range()
337 ps_range->i2_min_y = MAX((ps_pic_limit->i2_min_y - (S16)i4_y), ps_mv_limit->i2_min_y); in hme_derive_worst_case_search_range()
Dhme_utils.h465 S32 i4_y,
Dhme_refine.c6331 S32 i4_x, i4_y; in hme_refine() local
6339 i4_y = (S32)gau1_encode_to_raster_y[i]; in hme_refine()
6341 i4_y <<= 4; in hme_refine()
6350 i4_y, in hme_refine()
6380 i4_y = (S32)gau1_encode_to_raster_y[i]; in hme_refine()
6382 i4_y <<= 5; in hme_refine()
6391 i4_y, in hme_refine()