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

  /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;
570 start_pos_x = ps_tu->b4_pos_x;
725 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:__anon3268
438 UWORD32 b4_pos_x : 4; member in struct:__anon3269
    [all...]

Completed in 45 milliseconds