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

  /external/libavc/decoder/
ih264d_parse_mb_header.h 56 const UWORD8 u1_b2,
76 UWORD8 u1_b2,
ih264d_parse_mb_header.c 464 const UWORD8 u1_b2,
481 u1_idx_lft = ((u1_blk_no & 0x02) >> 1) + u1_b2;
482 u1_idx_top = (u1_blk_no & 0x01) + u1_b2;
516 pi1_lft_cxt[(!(u1_mb_mode & 0x1)) + u1_b2] = pi1_lft_cxt[u1_b2];
517 pi1_top_cxt[(!(u1_mb_mode & 0x2)) + u1_b2] = pi1_top_cxt[u1_b2];
    [all...]
ih264d_parse_bslice.c 260 UWORD8 u1_b2 = uc_lx << 1; local
370 ps_mv->i2_mv[u1_b2] = i2_mvx;
371 ps_mv->i2_mv[u1_b2 + 1] = i2_mvy;
557 UWORD8 u1_b2 = uc_lx << 1; local
601 ih264d_get_mvd_cabac(u1_sub_mb_num, u1_b2, u1_mb_part_wd,
    [all...]
  /external/libavc/encoder/
ih264e_cabac_encode.c 1185 UWORD8 u1_b0, u1_b1, u1_b2, u1_b3, u1_b2b0, u1_b3b1, u1_b3b2; local
    [all...]

Completed in 70 milliseconds