Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c921 int ctx_offset, ctx_shift; in last_significant_coeff_xy_prefix_decode() local
925 ctx_shift = (log2_size + 1) >> 2; in last_significant_coeff_xy_prefix_decode()
928 ctx_shift = log2_size - 2; in last_significant_coeff_xy_prefix_decode()
931 GET_CABAC(elem_offset[LAST_SIGNIFICANT_COEFF_X_PREFIX] + (i >> ctx_shift) + ctx_offset)) in last_significant_coeff_xy_prefix_decode()
937 GET_CABAC(elem_offset[LAST_SIGNIFICANT_COEFF_Y_PREFIX] + (i >> ctx_shift) + ctx_offset)) in last_significant_coeff_xy_prefix_decode()