Home
last modified time | relevance | path

Searched refs:second_field (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpenc_vc2hq.c52 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 Dnvdec_vc1.c57 .second_field = v->second_field, in nvdec_vc1_start_frame()
H A Dnvdec_mpeg12.c58 .second_field = s->picture_structure != PICT_FRAME && !s->first_field, in nvdec_mpeg12_start_frame()
H A Dcuviddec.c112 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 Ddxva2_vc1.c87 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 Dvc1dec.c644 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 Dnvdec_h264.c75 .second_field = FIELD_PICTURE(h) && !h->first_field, in nvdec_h264_start_frame()
H A Dvc1.h351 int second_field; member
H A Dvc1_pred.c41 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 Dvc1_mc.c221 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 Dvaapi_vc1.c306 .is_first_field = !v->second_field, in vaapi_vc1_start_frame()
H A Dvc1.c859 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 Dvc1_block.c64 if (v->field_mode && !(v->second_field ^ v->tff)) { in init_block_index()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c128 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 DextNvidiaVideoParserIf.hpp544 int32_t second_field; // Second field of a complementary field pair member
H A DvktVideoBaseDecodeUtils.cpp1118 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 DvktVideoBaseDecodeUtils.cpp953 "\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