Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_mc.c237 + 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()
Dih264e_structs.h249 UWORD32 b4_pos_x : 4; member
Dih264e_me.c1073 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/
Dihevcd_iquant_itrans_recon_ctb.c363 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()
Dihevcd_boundary_strength.c304 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()
Dihevcd_parse_slice.c273 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 …]
Dihevcd_get_mv.c281 pu_x_in_4x4 = ps_pu->b4_pos_x; in ihevcd_get_mv_ctb()
Dihevcd_mv_pred.c418 part_pos_x = ps_pu->b4_pos_x << 2; in ihevcd_mv_pred()
Dihevcd_inter_pred.c219 pu_x = (ps_proc->i4_ctb_x << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_x << 2); in ihevcd_inter_pred_ctb()
Dihevcd_process_slice.c736 pu4_nbr_pu_idx[(1 + ps_pu->b4_pos_x + col) in ihevcd_process()
/external/libhevc/common/
Dihevc_structs.h1234 UWORD32 b4_pos_x : 4; member
1311 UWORD32 b4_pos_x : 4; member