Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_me_common_defs.h601 UWORD8 u1_x_off; member
656 UWORD8 u1_x_off; member
697 UWORD8 u1_x_off; member
Dhme_utils.c443 S32 i4_cu_offset_x = (S32)ps_search_results->u1_x_off >> 2; in hme_map_mvs_to_grid()
543 S32 blk_wd = (S32)ps_parent->ps_tr->u1_x_off; in hme_set_ctb_pred_attr()
544 blk_wd -= (S32)ps_parent->u1_x_off; in hme_set_ctb_pred_attr()
989 ps_search_results->u1_x_off = (U08)i4_x_off; in hme_init_search_results()
2795 (PART_ID_NxN_TL) + (ps_cu_results->u1_x_off & 1) + in hme_decide_part_types()
3079 ps_cu_results->u1_x_off = ps_search_results->u1_x_off; in hme_populate_pus()
3185 (((ps_part_attr->u1_x_start << e_cu_size) + ps_cu_results->u1_x_off) >> in hme_populate_pus()
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()
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()
[all …]
Dhme_refine.c666 (ps_merge_prms->ps_results_merge->u1_x_off >> 5) + in hme_pick_eval_merge_candts()
809 x_off = ps_merge_prms->ps_results_tl->u1_x_off; in hme_pick_eval_merge_candts()
1003 U08 u1_x_off = ps_results_merge->u1_x_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()
1199 U08 u1_x_off = ps_results->u1_x_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()
1271 ps_cu_results->u1_x_off = u1_x_off; in hme_try_merge_high_speed()
1285 ps_pu->b4_pos_x = u1_x_off >> 2; in hme_try_merge_high_speed()
1329 i4_sigma_array_offset = (ps_merge_prms->ps_results_merge->u1_x_off / 4) + in hme_try_merge_high_speed()
[all …]
Dihevce_enc_cu_recursion.c559 UWORD8 u1_x_off = ps_cu_tree_analyse->b3_cu_pos_x << 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.h1253 U08 u1_x_off; member
1432 U08 u1_x_off; member
Dihevce_enc_loop_utils.c244 ps_tu_prms->u1_x_off = i4_x_off; in ihevce_tu_tree_update()
256 ps_tu_prms->u1_x_off = i4_x_off + (tu_size >> (depth + 1)); in ihevce_tu_tree_update()
268 ps_tu_prms->u1_x_off = i4_x_off; in ihevce_tu_tree_update()
280 ps_tu_prms->u1_x_off = i4_x_off + (tu_size >> (depth + 1)); in ihevce_tu_tree_update()
292 ps_tu_prms->u1_x_off = i4_x_off; in ihevce_tu_tree_update()
4448 curr_pos_x = ps_tu_prms->u1_x_off; //((cu_size >> 2) * pu1_tu_posx[ctr]); in ihevce_inter_rdopt_cu_ntu()
Dhme_subpel.c595 x_off = ps_cu_results->u1_x_off; in hme_compute_pred_and_evaluate_bi()
4114 x_off += ps_search_results->u1_x_off; in hme_subpel_refine_cu_hs()
4348 x_off += ps_search_results->u1_x_off; in hme_subpel_refine_cu_hs()
Dihevce_enc_loop_structs.h2911 UWORD8 u1_x_off; member
Dhme_err_compute.c805 cu_start_x = ps_search_results->u1_x_off >> 2; in hme_init_pred_ctxt_encode()