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

/external/libavc/encoder/
H A Dih264e_mc.c237 + 4 * ps_curr_pu->b4_pos_x;
367 + 2 * ps_curr_pu->b4_pos_x;
429 + 2 * ps_curr_pu->b4_pos_x;
H A Dih264e_structs.h249 UWORD32 b4_pos_x : 4; member in struct:__anon8772
H A Dih264e_me.c1073 ps_proc->ps_pu->b4_pos_x = 0;
2114 ps_proc->ps_pu->b4_pos_x = 0;
/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c363 cur_x = ps_tu->b4_pos_x;
496 - (ps_tu->b4_pos_x * MIN_TU_SIZE)
691 tu_x = ps_tu->b4_pos_x * 4; /* Converting minTU unit to pixel unit */
957 luma_nbr_flags_4x4[(ps_tu->b4_pos_x % 2) + (ps_tu->b4_pos_y % 2) * 2] = luma_nbr_flags;
959 if((ps_tu->b4_pos_x % 2 == 0) && (ps_tu->b4_pos_y % 2 == 0))
1148 cur_tu_avail_flag = cur_tu_in_bits >> (ps_tu->b4_pos_x + 1);
H A Dihevcd_boundary_strength.c304 start_pos_x = ps_tu->b4_pos_x;
572 start_pos_x = ps_tu->b4_pos_x;
727 start_pos_x = ps_pu->b4_pos_x;
856 ngbr_end_pos_x = ps_ngbr_pu->b4_pos_x + pu_ngbr_wd;
907 start_pos_x = ps_pu->b4_pos_x;
H A Dihevcd_parse_slice.c266 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2);
385 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) &&
827 ps_pu->b4_pos_x = (x0 - ctb_x_base) >> 2;
971 ps_pu->b4_pos_x = (x0 - ctb_x_base) >> 2;
1008 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2);
1018 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) &&
1320 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2);
1330 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) &&
1613 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2);
1623 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x <<
[all...]
H A Dihevcd_get_mv.c281 pu_x_in_4x4 = ps_pu->b4_pos_x;
H A Dihevcd_inter_pred.c219 pu_x = (ps_proc->i4_ctb_x << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_x << 2);
H A Dihevcd_mv_pred.c418 part_pos_x = ps_pu->b4_pos_x << 2;
H A Dihevcd_process_slice.c734 pu4_nbr_pu_idx[(1 + ps_pu->b4_pos_x + col)
/external/libhevc/common/
H A Dihevc_structs.h1234 UWORD32 b4_pos_x : 4; member in struct:__anon9560
1311 UWORD32 b4_pos_x : 4; member in struct:__anon9561

Completed in 157 milliseconds