Home
last modified time | relevance | path

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

/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()
691 tu_x = ps_tu->b4_pos_x * 4; /* Converting minTU unit to pixel unit */ in ihevcd_iquant_itrans_recon_ctb()
957 … 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()
959 if((ps_tu->b4_pos_x % 2 == 0) && (ps_tu->b4_pos_y % 2 == 0)) in ihevcd_iquant_itrans_recon_ctb()
1148 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()
570 start_pos_x = ps_tu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
725 start_pos_x = ps_pu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
854 ngbr_end_pos_x = ps_ngbr_pu->b4_pos_x + pu_ngbr_wd; in ihevcd_ctb_boundary_strength_pbslice()
905 start_pos_x = ps_pu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_parse_slice.c266 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_transform_tree()
385 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_transform_tree()
827 ps_pu->b4_pos_x = (x0 - ctb_x_base) >> 2; in ihevcd_parse_prediction_unit()
971 ps_pu->b4_pos_x = (x0 - ctb_x_base) >> 2; in ihevcd_parse_coding_unit_intra()
1008 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_coding_unit_intra()
1018 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_coding_unit_intra()
1320 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_coding_unit()
1330 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_coding_unit()
1613 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_coding_unit()
1623 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_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_mv_pred.c418 part_pos_x = ps_pu->b4_pos_x << 2; in ihevcd_mv_pred()
Dihevcd_process_slice.c734 pu4_nbr_pu_idx[(1 + ps_pu->b4_pos_x + col) in ihevcd_process()
/external/libhevc/common/
Dihevc_structs.h360 UWORD32 b4_pos_x : 4; member
438 UWORD32 b4_pos_x : 4; member