Home
last modified time | relevance | path

Searched refs:bi_type (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvaapi_vc1.c63 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type)); in vc1_has_SKIPMB_bitplane()
72 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type); in vc1_has_DIRECTMB_bitplane()
82 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type)); in vc1_has_ACPRED_bitplane()
92 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type)) && in vc1_has_OVERFLAGS_bitplane()
104 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type)); in vc1_has_FIELDTX_bitplane()
113 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type); in vc1_has_FORWARDMB_bitplane()
123 case AV_PICTURE_TYPE_B: return v->bi_type ? 3 : 2; in vc1_get_PTYPE()
135 case AV_PICTURE_TYPE_B: return v->bi_type ? 7 : 4; in vc1_get_FPTYPE()
145 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type))) in vc1_get_MVMODE()
409 if (!v->bi_type) { in vaapi_vc1_start_frame()
[all...]
H A Ddxva2_vc1.c61 if (s->pict_type != AV_PICTURE_TYPE_I && !v->bi_type) in fill_picture_parameters()
65 if (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type) in fill_picture_parameters()
88 pp->bPicIntra = s->pict_type == AV_PICTURE_TYPE_I || v->bi_type; in fill_picture_parameters()
89 pp->bPicBackwardPrediction = s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type; in fill_picture_parameters()
177 slice->bReservedBits = (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type) ? v->bfraction_lut_index + 9 : 0; in fill_slice()
H A Dvdpau_vc1.c65 if (v->bi_type) in vdpau_vc1_start_frame()
H A Dvc1.h383 int bi_type; member
H A Dvc1.c655 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()
H A Dvc1dec.c1095 (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type)) && in vc1_decode_frame()
H A Dvc1_block.c3026 if (v->bi_type) { in ff_vc1_decode_blocks()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp1768 BuiltIn bi_type = BuiltIn(get_decoration(arg_id, DecorationBuiltIn)); in extract_global_variables_from_function() local
1779 !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()
3295 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 in add_interface_block()
7104 BuiltIn bi_type = BuiltInMax; emit_tessellation_access_chain() local
[all...]

Completed in 18 milliseconds