Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_cabac.c559 WORD32 bin_index; in ihevcd_cabac_decode_bins_tunary() local
560 bin_index = ctxt_index + MIN((u4_sym >> ctxt_shift), (UWORD32)ctxt_inc_max); in ihevcd_cabac_decode_bins_tunary()
561 IHEVCD_CABAC_DECODE_BIN(bin, ps_cabac, ps_bitstrm, bin_index); in ihevcd_cabac_decode_bins_tunary()