HomeSort by relevance Sort by last modified time
    Searched refs:b4_pos_x (Results 1 - 11 of 11) sorted by null

  /external/libavc/encoder/
ih264e_mc.c 237 + 4 * ps_curr_pu->b4_pos_x;
367 + 2 * ps_curr_pu->b4_pos_x;
429 + 2 * ps_curr_pu->b4_pos_x;
ih264e_structs.h 249 UWORD32 b4_pos_x : 4; member in struct:__anon11992
    [all...]
ih264e_me.c     [all...]
  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 363 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 */
    [all...]
ihevcd_boundary_strength.c 304 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;
    [all...]
ihevcd_parse_slice.c 266 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;
    [all...]
ihevcd_get_mv.c 281 pu_x_in_4x4 = ps_pu->b4_pos_x;
ihevcd_inter_pred.c 219 pu_x = (ps_proc->i4_ctb_x << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_x << 2);
ihevcd_mv_pred.c 418 part_pos_x = ps_pu->b4_pos_x << 2;
ihevcd_process_slice.c 734 pu4_nbr_pu_idx[(1 + ps_pu->b4_pos_x + col)
    [all...]
  /external/libhevc/common/
ihevc_structs.h 360 UWORD32 b4_pos_x : 4; member in struct:__anon12372
438 UWORD32 b4_pos_x : 4; member in struct:__anon12373
    [all...]

Completed in 327 milliseconds