Searched refs:repeat_first_field (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_mpeg2_syntax_template.c | 261 ui(1, repeat_first_field); in picture_coding_extension() 266 if (current->repeat_first_field) { in picture_coding_extension() 279 if (current->repeat_first_field) in picture_coding_extension()
|
H A D | mpegvideo_parser.c | 112 int top_field_first, repeat_first_field, progressive_frame; in mpegvideo_extract_headers() local 186 repeat_first_field = buf[3] & (1 << 1); in mpegvideo_extract_headers() 191 if (repeat_first_field) { in mpegvideo_extract_headers()
|
H A D | vaapi_mpeg2.c | 68 .repeat_first_field = s->repeat_first_field, in vaapi_mpeg2_start_frame()
|
H A D | vaapi_encode_mpeg2.c | 349 pce->repeat_first_field = 0; in vaapi_encode_mpeg2_init_sequence_params() 402 .repeat_first_field = pce->repeat_first_field, in vaapi_encode_mpeg2_init_sequence_params()
|
H A D | cbs_mpeg2.h | 149 uint8_t repeat_first_field; member
|
H A D | mpegvideo.h | 445 int repeat_first_field; member
|
H A D | mpeg12dec.c | 1448 if (s->repeat_first_field) { in mpeg_decode_picture_display_extension() 1456 if (s->repeat_first_field) in mpeg_decode_picture_display_extension() 1549 s->repeat_first_field = get_bits1(&s->gb); in mpeg_decode_picture_coding_extension() 1565 ff_dlog(s->avctx, "repeat first field=%d\n", s->repeat_first_field); in mpeg_decode_picture_coding_extension() 1597 if (s->repeat_first_field) { in mpeg_field_start() 1781 s->repeat_first_field, s->chroma_420_type ? "420" : ""); in mpeg_decode_slice()
|
H A D | dxva2_mpeg2.c | 101 (s->repeat_first_field << 5) | in fill_picture_parameters()
|
H A D | mpeg12enc.c | 528 put_bits(&s->pb, 1, s->repeat_first_field); in ff_mpeg1_encode_picture_header()
|
H A D | mpegvideo_enc.c | 1845 av_assert1(s->repeat_first_field == 0); in ff_mpv_encode_picture()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extNvidiaVideoParserIf.hpp | 547 int32_t repeat_first_field; // For 3:2 pulldown (number of additional fields, 2=frame doubling, 4=frame tripling) member
|
H A D | vktVideoBaseDecodeUtils.cpp | 1111 decodePictureInfo.flags.repeatFirstField = 3 & (uint32_t)pNvidiaVulkanParserPictureData->repeat_first_field; // For 3:2 pulldown (number of additional fields, 2 = frame doubling, 4 = frame tripling)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 957 "\t\t repeat_first: " << pd->repeat_first_field 969 decodePictureInfo.flags.repeatFirstField = pd->repeat_first_field; // For 3:2 pulldown (number of additional fields, 2 = frame doubling, 4 = frame tripling)
|
Completed in 44 milliseconds