Searched refs:ctxt_shift (Results 1 – 2 of 2) sorted by relevance
554 WORD32 ctxt_shift, in ihevcd_cabac_decode_bins_tunary() argument563 ASSERT((ctxt_index + (c_max >> ctxt_shift)) < IHEVC_CAB_CTXT_END); 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()
253 WORD32 ctxt_shift,