Searched refs:bi_type (Results 1 – 8 of 8) sorted by relevance
61 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type)); in vc1_has_SKIPMB_bitplane()70 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type); in vc1_has_DIRECTMB_bitplane()80 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type)); in vc1_has_ACPRED_bitplane()90 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type)) && in vc1_has_OVERFLAGS_bitplane()102 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type)); in vc1_has_FIELDTX_bitplane()111 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type); in vc1_has_FORWARDMB_bitplane()121 case AV_PICTURE_TYPE_B: return v->bi_type ? 3 : 2; in vc1_get_PTYPE()133 case AV_PICTURE_TYPE_B: return v->bi_type ? 7 : 4; in vc1_get_FPTYPE()143 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type))) in vc1_get_MVMODE()407 if (!v->bi_type) { in vaapi_vc1_start_frame()
58 if (s->pict_type != AV_PICTURE_TYPE_I && !v->bi_type) in fill_picture_parameters()62 if (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type) in fill_picture_parameters()85 pp->bPicIntra = s->pict_type == AV_PICTURE_TYPE_I || v->bi_type; in fill_picture_parameters()86 pp->bPicBackwardPrediction = s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type; in fill_picture_parameters()174 …slice->bReservedBits = (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type) ? v->bfraction_lut… in fill_slice()
63 if (v->bi_type) in vdpau_vc1_start_frame()
385 int bi_type; member
655 v->bi_type = 0; in ff_vc1_parse_frame_header()846 v->bi_type = 1; in ff_vc1_parse_frame_header()1347 v->bi_type = (v->s.pict_type == AV_PICTURE_TYPE_BI); in ff_vc1_parse_frame_header_adv()1348 if (v->bi_type) in ff_vc1_parse_frame_header_adv()
1097 (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type)) && in vc1_decode_frame()
3025 if (v->bi_type) { in ff_vc1_decode_blocks()
1768 BuiltIn bi_type = BuiltIn(get_decoration(arg_id, DecorationBuiltIn)); in extract_global_variables_from_function() local1779 !is_builtin || bi_type == BuiltInPosition || bi_type == BuiltInPointSize || in extract_global_variables_from_function()1780 bi_type == BuiltInClipDistance || bi_type == BuiltInCullDistance || in extract_global_variables_from_function()3291 auto bi_type = BuiltInMax; in add_interface_block() local3295 bi_type = BuiltIn(get_decoration(var_id, DecorationBuiltIn)); in add_interface_block()3296 builtin_is_gl_in_out = bi_type == BuiltInPosition || bi_type == BuiltInPointSize || in add_interface_block()3297 bi_type == BuiltInClipDistance || bi_type == BuiltInCullDistance; in add_interface_block()3306 bi_type == BuiltInLayer || bi_type == BuiltInViewportIndex || in add_interface_block()3307 … bi_type == BuiltInBaryCoordNV || bi_type == BuiltInBaryCoordNoPerspNV || in add_interface_block()3308 bi_type == BuiltInFragDepth || in add_interface_block()[all …]