Searched refs:bfraction_lut_index (Results 1 – 4 of 4) sorted by relevance
616 int bfraction_lut_index = get_vlc2(gb, ff_vc1_bfraction_vlc.table, VC1_BFRACTION_VLC_BITS, 1); in read_bfraction() local618 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()
391 …uint8_t bfraction_lut_index; ///< Index for BFRACTION value (see Table 40, reproduced into ff_vc1_… member
177 …edBits = (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type) ? v->bfraction_lut_index + 9 : 0; in fill_slice()
295 .b_picture_fraction = v->bfraction_lut_index, in vaapi_vc1_start_frame()