Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-hevc.h251 unsigned int long_term_ref_pics_present_flag; member
H A Dnal-hevc.c400 rbsp_bit(rbsp, &sps->long_term_ref_pics_present_flag); in nal_hevc_rbsp_sps()
401 if (sps->long_term_ref_pics_present_flag) in nal_hevc_rbsp_sps()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst2486 … or SPS. It is the number of bits in the conditional block if(long_term_ref_pics_present_flag)
2899 if(long_term_ref_pics_present_flag) in section 7.3.6.1 of the specification.
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch25525 + sps->long_term_ref_pics_present_flag = get_bits1(gb);
25526 + if (sps->long_term_ref_pics_present_flag) {
26552 + uint8_t long_term_ref_pics_present_flag;
33891 + if (!sps->long_term_ref_pics_present_flag)
55405 + if (sps->long_term_ref_pics_present_flag)