Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c837 WORD32 merge_idx = 0; in ihevcd_parse_prediction_unit() local
849 merge_idx = ihevcd_cabac_decode_bypass_bins_tunary( in ihevcd_parse_prediction_unit()
853 merge_idx++; in ihevcd_parse_prediction_unit()
855 AEV_TRACE("merge_idx", merge_idx, ps_cabac->u4_range); in ihevcd_parse_prediction_unit()
858 ps_pu->b3_merge_idx = merge_idx; in ihevcd_parse_prediction_unit()
874 WORD32 merge_idx = 0; in ihevcd_parse_prediction_unit() local
885 merge_idx = ihevcd_cabac_decode_bypass_bins_tunary( in ihevcd_parse_prediction_unit()
889 merge_idx++; in ihevcd_parse_prediction_unit()
891 AEV_TRACE("merge_idx", merge_idx, ps_cabac->u4_range); in ihevcd_parse_prediction_unit()
894 ps_pu->b3_merge_idx = merge_idx; in ihevcd_parse_prediction_unit()