HomeSort by relevance Sort by last modified time
    Searched full:u1_cur_fld (Results 1 - 2 of 2) sorted by null

  /external/libavc/decoder/
ih264d_deblocking.h 57 const UWORD8 u1_cur_fld);
74 const UWORD8 u1_cur_fld,
85 const UWORD8 u1_cur_fld,
ih264d_deblocking.c 86 UWORD8 u1_cur_fld)
179 i4_strd_y <<= (!u1_cur_fld);
181 i4_strd_uv <<= (!u1_cur_fld);
216 UWORD16 u2_shift = (i4_strd_y >> 1) << (u1_cur_fld ? 4 : 0);
218 u2_shift = (i4_strd_uv >> 1) << (u1_cur_fld ? 3 : 0);
705 UWORD8 u1_cur_fld, u1_top_fld, u1_left_fld; local
766 u1_cur_fld = (ps_cur_mb->u1_mb_type & D_FLD_MB) >> 7;
767 u1_cur_fld &= 1;
788 if((!u1_first_row) & u1_top_fld & u1_cur_fld)
795 u1_extra_top_edge = (!u1_cur_fld) & u1_top_fld
1669 i4_strd_y <<= u1_cur_fld; local
1670 i4_strd_uv <<= u1_cur_fld; local
    [all...]

Completed in 83 milliseconds