/external/libavc/encoder/ |
D | ih264e_mc.c | 237 + 4 * ps_curr_pu->b4_pos_x; in ih264e_motion_comp_luma() 367 + 2 * ps_curr_pu->b4_pos_x; in ih264e_motion_comp_chroma() 429 + 2 * ps_curr_pu->b4_pos_x; in ih264e_motion_comp_chroma()
|
D | ih264e_structs.h | 249 UWORD32 b4_pos_x : 4; member
|
D | ih264e_me.c | 1073 ps_proc->ps_pu->b4_pos_x = 0; in ih264e_compute_me_single_reflist() 2114 ps_proc->ps_pu->b4_pos_x = 0; in ih264e_compute_me_multi_reflist()
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 363 cur_x = ps_tu->b4_pos_x; in ihevcd_get_intra_nbr_flag() 496 - (ps_tu->b4_pos_x * MIN_TU_SIZE) in ihevcd_get_intra_nbr_flag() 693 tu_x = ps_tu->b4_pos_x * 4; /* Converting minTU unit to pixel unit */ in ihevcd_iquant_itrans_recon_ctb() 967 … luma_nbr_flags_4x4[(ps_tu->b4_pos_x % 2) + (ps_tu->b4_pos_y % 2) * 2] = luma_nbr_flags; in ihevcd_iquant_itrans_recon_ctb() 969 if((ps_tu->b4_pos_x % 2 == 0) && (ps_tu->b4_pos_y % 2 == 0)) in ihevcd_iquant_itrans_recon_ctb() 1158 cur_tu_avail_flag = cur_tu_in_bits >> (ps_tu->b4_pos_x + 1); in ihevcd_iquant_itrans_recon_ctb()
|
D | ihevcd_boundary_strength.c | 304 start_pos_x = ps_tu->b4_pos_x; in ihevcd_ctb_boundary_strength_islice() 572 start_pos_x = ps_tu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice() 727 start_pos_x = ps_pu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice() 856 ngbr_end_pos_x = ps_ngbr_pu->b4_pos_x + pu_ngbr_wd; in ihevcd_ctb_boundary_strength_pbslice() 907 start_pos_x = ps_pu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
|
D | ihevcd_parse_slice.c | 273 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_transform_tree() 398 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_transform_tree() 840 ps_pu->b4_pos_x = (x0 - ctb_x_base) >> 2; in ihevcd_parse_prediction_unit() 984 ps_pu->b4_pos_x = (x0 - ctb_x_base) >> 2; in ihevcd_parse_coding_unit_intra() 1021 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_coding_unit_intra() 1031 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_coding_unit_intra() 1333 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_coding_unit() 1343 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_coding_unit() 1627 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_coding_unit() 1637 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_coding_unit() [all …]
|
D | ihevcd_get_mv.c | 281 pu_x_in_4x4 = ps_pu->b4_pos_x; in ihevcd_get_mv_ctb()
|
D | ihevcd_inter_pred.c | 219 pu_x = (ps_proc->i4_ctb_x << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_x << 2); in ihevcd_inter_pred_ctb()
|
D | ihevcd_mv_pred.c | 418 part_pos_x = ps_pu->b4_pos_x << 2; in ihevcd_mv_pred()
|
D | ihevcd_process_slice.c | 730 pu4_nbr_pu_idx[(1 + ps_pu->b4_pos_x + col) in ihevcd_process()
|
/external/libhevc/encoder/ |
D | ihevce_bs_compute_ctb.c | 337 u4_tu_pos_x = ps_enc_tu->s_tu.b4_pos_x; in ihevce_bs_compute_cu() 429 WORD32 pu_pos_x = ps_pu->b4_pos_x; in ihevce_bs_compute_cu()
|
D | ihevce_inter_pred.c | 412 frm_x_pu = ps_inter_pred_ctxt->i4_ctb_frm_pos_x + (ps_pu->b4_pos_x << 2); in ihevce_luma_inter_pred_pu() 1042 frm_x_pu = ps_inter_pred_ctxt->i4_ctb_frm_pos_x + (ps_pu->b4_pos_x << 2); in ihevce_chroma_inter_pred_pu()
|
D | ihevce_enc_loop_inter_mode_sifter.c | 1837 pps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu->b4_pos_x = u1_cu_pos_x >> 2; in ihevce_prepare_cand_containers() 2142 u1_pu_pos_x_4x4 = aps_cands[0]->as_inter_pu[i].b4_pos_x; in ihevce_compute_pred_and_populate_modes() 2223 aps_cands[0]->as_inter_pu[0].b4_pos_x, in ihevce_compute_pred_and_populate_modes() 2230 s_pu.b4_pos_x = u1_cu_pos_x >> 2; in ihevce_compute_pred_and_populate_modes()
|
D | ihevce_cabac_tu.c | 527 WORD32 tu_x = (ps_enc_tu[tu_cnt].s_tu.b4_pos_x << 2); in ihevce_encode_transform_tree() 627 WORD32 tu_x = (ps_enc_tu[tu_cnt].s_tu.b4_pos_x << 2); in ihevce_encode_transform_tree() 798 ASSERT((ps_enc_tu->s_tu.b4_pos_x << 2) == x0_ctb); in ihevce_encode_transform_tree()
|
D | hme_utils.c | 128 s_pu.b4_pos_x = ps_best_l0_pu->pu.b4_pos_x; in ihevce_open_loop_pred_data() 144 s_pu.b4_pos_x = ps_best_l1_pu->pu.b4_pos_x; in ihevce_open_loop_pred_data() 3184 ps_curr_pu->pu.b4_pos_x = in hme_populate_pus() 3290 ps_curr_pu->pu.b4_pos_x = u1_x_pos; in hme_populate_pus_8x8_cu() 3371 ps_curr_pu->pu.b4_pos_x = u1_x_pos; in hme_populate_pus_8x8_cu()
|
D | ihevce_mv_pred.c | 212 part_pos_x = ps_pu->b4_pos_x << 2; in ihevce_mv_pred()
|
D | ihevce_mv_pred_merge.c | 555 part_pos_x = ps_pu->b4_pos_x << 2; in ihevce_mv_pred_merge()
|
D | ihevce_enc_loop_utils.c | 3090 ps_final_prms->as_pu_enc_loop[0].b4_pos_x = cu_pos_x; in ihevce_intra_rdopt_cu_ntu() 3768 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b4_pos_x = cu_pos_x; in ihevce_intra_rdopt_cu_ntu() 4706 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b4_pos_x = cu_pos_x + (curr_pos_x >> 2); in ihevce_inter_rdopt_cu_ntu() 5025 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b4_pos_x = cu_pos_x + curr_pos_x; in ihevce_inter_rdopt_cu_ntu() 5683 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b4_pos_x = cu_pos_x + curr_pos_x; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer() 7297 curr_pos_x = (ps_tu->s_tu.b4_pos_x << 2) - (cu_pos_x << 3); in ihevce_chroma_cu_prcs_rdopt() 8153 curr_pos_x = (ps_tu->s_tu.b4_pos_x << 2) - (cu_pos_x << 3); in ihevce_chroma_cu_prcs_rdopt() 8709 cu_pos_x_in_4x4 = ps_tu->b4_pos_x; in ihevce_final_rdopt_mode_prcs() 10129 WORD32 curr_pos_x = ps_tu_enc_loop[ctr].s_tu.b4_pos_x << 2; in ihevce_shrink_inter_tu_tree()
|
D | ihevce_enc_loop_structs.h | 79 (ps_pu)->b4_pos_x = (offset_x) >> 2; \
|
D | ihevce_tu_tree_selector.c | 2239 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b4_pos_x = in ihevce_tu_selector_debriefer()
|
D | hme_refine.c | 1285 ps_pu->b4_pos_x = u1_x_off >> 2; in hme_try_merge_high_speed() 7931 posx = (ps_cu_results->ps_best_results->as_pu_results[1].pu.b4_pos_x in hme_refine() 7942 posx = (ps_cu_results->ps_best_results->as_pu_results[0].pu.b4_pos_x in hme_refine()
|
D | ihevce_enc_loop_pass.c | 1508 pu1_pu_map = pu1_col_pu_map + ps_enc_loop_bestprms->as_pu_enc_loop[ctr].b4_pos_x; in ihevce_cu_mode_decide()
|
/external/libhevc/common/ |
D | ihevc_structs.h | 1259 UWORD32 b4_pos_x : 4; member 1336 UWORD32 b4_pos_x : 4; member
|