Home
last modified time | relevance | path

Searched refs:ff_h264_lps_range (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcabac_functions.h59 static const uint8_t * const ff_h264_lps_range = ff_h264_cabac_tables + H264_LPS_RANGE_OFFSET; variable
118 int RangeLPS= ff_h264_lps_range[2*(c->range&0xC0) + s]; in get_cabac_inline()
/third_party/ffmpeg/libavcodec/tests/
H A Dcabac.c64 int RangeLPS = ff_h264_lps_range[2 * (c->dec.range & 0xC0) + *state]; in put_cabac()

Completed in 1 milliseconds