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

  /external/libhevc/decoder/
ihevcd_cabac.h 175 UWORD32 u4_bit; \
177 u4_bit = (u4_bits >> numbins_tmp) & 1; \
179 u4_ofst |= u4_bit; \
ihevcd_cabac.c 482 UWORD32 u4_bit; local
484 u4_bit = (u4_bits >> numbins) & 1;
486 u4_ofst |= u4_bit;

Completed in 78 milliseconds