Home
last modified time | relevance | path

Searched refs:u1_y_off (Results 1 – 9 of 9) sorted by relevance

/external/libhevc/encoder/
Dihevce_me_common_defs.h603 UWORD8 u1_y_off; member
658 UWORD8 u1_y_off; member
699 UWORD8 u1_y_off; member
Dhme_utils.c444 S32 i4_cu_offset_y = (S32)ps_search_results->u1_y_off >> 2; in hme_map_mvs_to_grid()
990 ps_search_results->u1_y_off = (U08)i4_y_off; in hme_init_search_results()
2796 ((ps_cu_results->u1_y_off & 1) << 1)); in hme_decide_part_types()
3080 ps_cu_results->u1_y_off = ps_search_results->u1_y_off; in hme_populate_pus()
3188 (((ps_part_attr->u1_y_start << e_cu_size) + ps_cu_results->u1_y_off) >> in hme_populate_pus()
3255 y_off = ps_search_results->u1_y_off; in hme_populate_pus_8x8_cu()
3270 ps_cu_results->u1_y_off = y_off + (i >> 1) * 8; in hme_populate_pus_8x8_cu()
3271 ps_cu_results->i4_inp_offset = ps_cu_results->u1_x_off + (ps_cu_results->u1_y_off * 64); in hme_populate_pus_8x8_cu()
3277 u1_y_pos = ps_cu_results->u1_y_off >> 2; in hme_populate_pus_8x8_cu()
3428 UWORD8 u1_y_off = ps_cu_results->u1_y_off; in hme_insert_intra_nodes_post_bipred() local
[all …]
Dhme_refine.c667 (ps_merge_prms->ps_results_merge->u1_y_off >> 4)); in hme_pick_eval_merge_candts()
810 y_off = ps_merge_prms->ps_results_tl->u1_y_off; in hme_pick_eval_merge_candts()
1004 U08 u1_y_off = ps_results_merge->u1_y_off; in hme_try_merge_high_speed() local
1005 S32 i4_32x32_id = (u1_y_off >> 4) + (u1_x_off >> 5); in hme_try_merge_high_speed()
1142 switch((ps_results_merge->u1_x_off >> 5) + ((ps_results_merge->u1_y_off >> 4))) in hme_try_merge_high_speed()
1200 U08 u1_y_off = ps_results->u1_y_off; in hme_try_merge_high_speed() local
1201 U08 u1_8x8_zscan_id = gau1_ctb_raster_to_zscan[(u1_x_off >> 2) + (u1_y_off << 2)] >> in hme_try_merge_high_speed()
1272 ps_cu_results->u1_y_off = u1_y_off; in hme_try_merge_high_speed()
1286 ps_pu->b4_pos_y = u1_y_off >> 2; in hme_try_merge_high_speed()
1330 (ps_merge_prms->ps_results_merge->u1_y_off * 4); in hme_try_merge_high_speed()
[all …]
Dihevce_enc_cu_recursion.c560 UWORD8 u1_y_off = ps_cu_tree_analyse->b3_cu_pos_y << 3; in ihevce_populate_cu_struct() local
623 ps_cur_ipe_ctb->ai4_best16x16_intra_cost[(u1_x_off >> 4) + ((u1_y_off >> 4) << 2)] - in ihevce_populate_cu_struct()
637 ps_cur_ipe_ctb->ai4_best8x8_intra_cost[(u1_x_off >> 3) + u1_y_off] - frm_qstep * 4; in ihevce_populate_cu_struct()
Dhme_defs.h1255 U08 u1_y_off; member
1433 U08 u1_y_off; member
Dihevce_enc_loop_utils.c246 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()
4491 curr_pos_y = ps_tu_prms->u1_y_off; //((cu_size >> 2) * pu1_tu_posy[ctr]); in ihevce_inter_rdopt_cu_ntu()
Dhme_subpel.c596 y_off = ps_cu_results->u1_y_off; in hme_compute_pred_and_evaluate_bi()
4115 y_off += ps_search_results->u1_y_off; in hme_subpel_refine_cu_hs()
4349 y_off += ps_search_results->u1_y_off; in hme_subpel_refine_cu_hs()
Dihevce_enc_loop_structs.h2904 UWORD8 u1_y_off; member
Dhme_err_compute.c806 cu_start_y = ps_search_results->u1_y_off >> 2; in hme_init_pred_ctxt_encode()