Home
last modified time | relevance | path

Searched refs:u4_sym (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/decoder/
Dihevcd_cabac.c557 UWORD32 u4_sym; in ihevcd_cabac_decode_bins_tunary() local
565 u4_sym = 0; in ihevcd_cabac_decode_bins_tunary()
569 bin_index = ctxt_index + MIN((u4_sym >> ctxt_shift), (UWORD32)ctxt_inc_max); in ihevcd_cabac_decode_bins_tunary()
571 u4_sym++; in ihevcd_cabac_decode_bins_tunary()
572 }while(((WORD32)u4_sym < c_max) && bin); in ihevcd_cabac_decode_bins_tunary()
574 u4_sym = u4_sym - 1 + bin; in ihevcd_cabac_decode_bins_tunary()
576 return (u4_sym); in ihevcd_cabac_decode_bins_tunary()
608 UWORD32 u4_sym; in ihevcd_cabac_decode_bypass_bins_tunary() local
616 u4_sym = 0; in ihevcd_cabac_decode_bypass_bins_tunary()
632 u4_sym++; in ihevcd_cabac_decode_bypass_bins_tunary()
[all …]