Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c889 RK_S32 range_lps = h264e_cabac_range_lps[state >> 1][(ctx->range >> 6) - 4]; in h264e_cabac_write_skip_flag() local
891 ctx->range -= range_lps; in h264e_cabac_write_skip_flag()
894 ctx->range = range_lps; in h264e_cabac_write_skip_flag()