Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1.c616 int bfraction_lut_index = get_vlc2(gb, ff_vc1_bfraction_vlc.table, VC1_BFRACTION_VLC_BITS, 1); in read_bfraction() local
618 if (bfraction_lut_index == 21 || bfraction_lut_index < 0) { in read_bfraction()
622 v->bfraction_lut_index = bfraction_lut_index; in read_bfraction()
623 v->bfraction = ff_vc1_bfraction_lut[v->bfraction_lut_index]; in read_bfraction()
Dvc1.h391 …uint8_t bfraction_lut_index; ///< Index for BFRACTION value (see Table 40, reproduced into ff_vc1_… member
Ddxva2_vc1.c177 …edBits = (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type) ? v->bfraction_lut_index + 9 : 0; in fill_slice()
Dvaapi_vc1.c295 .b_picture_fraction = v->bfraction_lut_index, in vaapi_vc1_start_frame()