Home
last modified time | relevance | path

Searched refs:i4_y_off (Results 1 – 11 of 11) sorted by relevance

/external/libhevc/encoder/
Dhme_search_algo.c248 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_pred_search_square_stepn()
544 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_pred_search()
743 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_pred_search_no_encode()
Dhme_coarse.c602 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_store_4x4_sads_high_quality()
686 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_store_4x4_sads_high_speed()
1301 s_search_prms_4x4.i4_y_off = blk_y << blk_size_shift; in hme_coarsest()
1304 s_search_prms_4x8.i4_y_off = s_search_prms_8x4.i4_y_off = (blk_y - 1) in hme_coarsest()
Dihevce_enc_loop_utils.h352 WORD32 i4_y_off);
Dhme_utils.h333 S32 i4_y_off,
Dihevce_enc_loop_utils.c157 WORD32 i4_y_off) in ihevce_tu_tree_update() argument
203 i4_y_off); in ihevce_tu_tree_update()
212 i4_y_off); in ihevce_tu_tree_update()
221 (i4_y_off + (tu_size >> (depth + 1)))); in ihevce_tu_tree_update()
230 (i4_y_off + (tu_size >> (depth + 1)))); in ihevce_tu_tree_update()
246 ps_tu_prms->u1_y_off = i4_y_off; in ihevce_tu_tree_update()
258 ps_tu_prms->u1_y_off = i4_y_off; in ihevce_tu_tree_update()
270 ps_tu_prms->u1_y_off = i4_y_off + (tu_size >> (depth + 1)); in ihevce_tu_tree_update()
282 ps_tu_prms->u1_y_off = i4_y_off + (tu_size >> (depth + 1)); in ihevce_tu_tree_update()
294 ps_tu_prms->u1_y_off = i4_y_off; in ihevce_tu_tree_update()
[all …]
Dhme_err_compute.c2101 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_sad_and_2_best_results()
2538 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_stim_injected_sad_and_2_best_results()
2877 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_sad_and_1_best_result()
3114 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_stim_injected_sad_and_1_best_result()
3628 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_pt_sad_and_result_explicit()
Dhme_defs.h1922 S32 i4_y_off; member
Dhme_refine.c6931 WORD32 i4_y_off = s_common_frm_prms.i4_ctb_y_off; in hme_refine() local
7008 i4_cu_y_off = i4_y_off + (i / 4) * 16; in hme_refine()
7316 s_search_prms_blk.i4_y_off = blk_y << blk_size_shift; in hme_refine()
9617 s_search_prms_blk.i4_y_off = blk_y << blk_size_shift; in hme_refine_no_encode()
Dhme_utils.c982 S32 i4_y_off, in hme_init_search_results() argument
990 ps_search_results->u1_y_off = (U08)i4_y_off; in hme_init_search_results()
/external/libhevc/encoder/arm/
Dihevce_coarse_layer_sad_neon.c140 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_store_4x4_sads_high_speed_neon()
293 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_store_4x4_sads_high_quality_neon()
Dihevce_me_neon.c483 i4_ref_off += (ps_search_prms->i4_y_off * i4_ref_stride); in hme_calc_sad_and_1_best_result_neon()