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

  /external/libhevc/decoder/
ihevcd_cabac.c 548 UWORD32 u4_sym; local
556 u4_sym = 0;
560 bin_index = ctxt_index + MIN((u4_sym >> ctxt_shift), (UWORD32)ctxt_inc_max);
562 u4_sym++;
563 }while(((WORD32)u4_sym < c_max) && bin);
565 u4_sym = u4_sym - 1 + bin;
567 return (u4_sym);
599 UWORD32 u4_sym; local
607 u4_sym = 0
662 UWORD32 u4_sym; local
724 UWORD32 u4_sym; local
    [all...]
  /external/libavc/encoder/
ih264e_cabac.h 348 * This is the FLC length for u4_sym
ih264e_cabac.c 738 * This is the FLC length for u4_sym

Completed in 769 milliseconds