Searched refs:second_field (Results 1 - 17 of 17) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_vc2hq.c | 52 int lvl, second_field; in send_picture() local 60 second_field = interlaced && (pic_nr & 0x01); in send_picture() 85 send_packet(ctx, DIRAC_RTP_PCODE_HQ_PIC_FRAGMENT, 12, buf, frag_len, interlaced, second_field, 0); in send_picture() 97 send_packet(ctx, DIRAC_RTP_PCODE_HQ_PIC_FRAGMENT, 16, buf, frag_len, interlaced, second_field, size > 0 ? 0 : 1); in send_picture()
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvdec_vc1.c | 57 .second_field = v->second_field, in nvdec_vc1_start_frame()
|
H A D | nvdec_mpeg12.c | 58 .second_field = s->picture_structure != PICT_FRAME && !s->first_field, in nvdec_mpeg12_start_frame()
|
H A D | cuviddec.c | 112 int second_field; member 375 parsed_frame.second_field = 1; in cuvid_handle_picture_display() 504 params.second_field = parsed_frame.second_field; in cuvid_output_frame() 612 if (parsed_frame.second_field) { in cuvid_output_frame()
|
H A D | dxva2_vc1.c | 87 pp->bSecondField = v->interlace && v->fcm == ILACE_FIELD && v->second_field; in fill_picture_parameters() 250 if (i == 0 && v->second_field) in commit_bitstream_and_slice_buffer()
|
H A D | vc1dec.c | 644 v->second_field = 0; in vc1_decode_frame() 944 v->second_field = 1; in vc1_decode_frame() 1048 v->second_field = 1; in vc1_decode_frame() 1053 v->second_field = 0; in vc1_decode_frame() 1081 if (!v->field_mode || v->second_field) in vc1_decode_frame() 1106 v->second_field = 0; in vc1_decode_frame()
|
H A D | nvdec_h264.c | 75 .second_field = FIELD_PICTURE(h) && !h->first_field, in nvdec_h264_start_frame()
|
H A D | vc1.h | 351 int second_field; member
|
H A D | vc1_pred.c | 41 int table_index = dir ^ v->second_field; in scaleforsame_x() 74 int table_index = dir ^ v->second_field; in scaleforsame_y() 171 if (v->s.pict_type != AV_PICTURE_TYPE_B || v->second_field || !dir) { in scaleforsame() 192 if (v->s.pict_type == AV_PICTURE_TYPE_B && !v->second_field && dir == 1) { in scaleforopp() 204 scaleopp = ff_vc1_field_mvpred_scales[dir ^ v->second_field][0][refdist]; in scaleforopp()
|
H A D | vc1_mc.c | 221 if (v->field_mode && (v->cur_field_type != v->ref_field_type[dir]) && v->second_field) { in ff_vc1_mc_1mv() 476 if (v->field_mode && (v->cur_field_type != v->ref_field_type[dir]) && v->second_field) { in ff_vc1_mc_4mv_luma() 700 if (v->field_mode && (v->cur_field_type != chroma_ref_type) && v->second_field) { in ff_vc1_mc_4mv_chroma()
|
H A D | vaapi_vc1.c | 306 .is_first_field = !v->second_field, in vaapi_vc1_start_frame()
|
H A D | vc1.c | 859 if (v->second_field) { in ff_vc1_parse_frame_header_adv() 974 v->cur_field_type = !(v->tff ^ v->second_field); in ff_vc1_parse_frame_header_adv() 1122 if (v->field_mode && v->second_field) { in ff_vc1_parse_frame_header_adv()
|
H A D | vc1_block.c | 64 if (v->field_mode && !(v->second_field ^ v->tff)) { in init_block_index()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video_vp.c | 128 unsigned second_field : 1; // 7 0x80: nfi yet member 343 h->second_field = 0; // set in nouveau_vp3_fill_picparm_h264_vp_refs in nouveau_vp3_fill_picparm_h264_vp() 414 h->second_field = 1; in nouveau_vp3_fill_picparm_h264_vp_refs()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extNvidiaVideoParserIf.hpp | 544 int32_t second_field; // Second field of a complementary field pair member
|
H A D | vktVideoBaseDecodeUtils.cpp | 1118 decodePictureInfo.flags.secondField = pNvidiaVulkanParserPictureData->second_field ? 1 : 0; // Second field of a complementary field pair 1121 if (!pNvidiaVulkanParserPictureData->second_field) 1292 if (pNvidiaVulkanParserPictureData->second_field)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 953 "\t\t\t second_field: " << (bool)pd->second_field 976 decodePictureInfo.flags.secondField = pd->second_field; // Second field of a complementary field pair 979 if (!pd->second_field) 1100 if (pd->second_field) {
|
Completed in 26 milliseconds