Home
last modified time | relevance | path

Searched refs:fastuvmc (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_vc1.c91 .fastuvmc = v->fastuvmc, in nvdec_vc1_start_frame()
Dvdpau_vc1.c84 info->fastuvmc = v->fastuvmc; in vdpau_vc1_start_frame()
Dvc1.h220 int fastuvmc; ///< Rounding of qpel vector to hpel ? (not in Simple) member
Dvc1.c328 v->fastuvmc = get_bits1(gb); //common in ff_vc1_decode_sequence_header()
329 if (!v->profile && !v->fastuvmc) { in ff_vc1_decode_sequence_header()
392 v->s.loop_filter, v->multires, v->fastuvmc, v->extended_mv, in ff_vc1_decode_sequence_header()
523 v->fastuvmc = get_bits1(gb); in ff_vc1_decode_entry_point()
564 v->fastuvmc, v->extended_mv, v->dquant, v->vstransform, v->overlap, v->quantizer_mode); in ff_vc1_decode_entry_point()
Dvc1_mc.c216 if (v->fastuvmc && (v->fcm != ILACE_FRAME)) { in ff_vc1_mc_1mv()
680 if (v->fastuvmc) { in ff_vc1_mc_4mv_chroma()
1029 if (v->fastuvmc) { in ff_vc1_interp_mc()
Ddxva2_vc1.c107 (v->fastuvmc << 4) | in fill_picture_parameters()
Dvaapi_vc1.c286 .fast_uvmc_flag = v->fastuvmc, in vaapi_vc1_start_frame()
Dmss2.c772 v->fastuvmc = 0; in wmv9_init()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvc1parser.c1053 assert_equals_int (entrypt->fastuvmc, 0); in GST_START_TEST()
1114 assert_equals_int (entrypt->fastuvmc, 0); in GST_START_TEST()
1183 assert_equals_int (entrypt->fastuvmc, 0); in GST_START_TEST()
1241 assert_equals_int (seq_layer.struct_c.fastuvmc, 1); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.h188 guint8 fastuvmc; member
286 guint8 fastuvmc; member
Dgstvc1parser.c1613 structc->fastuvmc = gst_bit_reader_get_bits_uint8_unchecked (br, 1); in parse_sequence_header_struct_c()
1632 structc->loop_filter, structc->multires, structc->fastuvmc, in parse_sequence_header_struct_c()
1951 entrypoint->fastuvmc = gst_bit_reader_get_bits_uint8_unchecked (&br, 1); in gst_vc1_parse_entry_point_header()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c103 uint8_t fastuvmc; // 32, written into vuc member
446 vc->fastuvmc = d->fastuvmc; in nouveau_vp3_fill_picparm_vc1_vp()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_vc1.c57 context->desc.vc1.fastuvmc = vc1->fast_uvmc_flag; in vlVaHandlePictureParameterBufferVC1()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c334 picture->fastuvmc = picture_info->fastuvmc; in vlVdpDecoderRenderVC1()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h458 int fastuvmc; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h265 uint8_t fastuvmc; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvc1parse.c820 structC |= (vc1parse->seq_hdr.struct_c.fastuvmc << 15); in gst_vc1_parse_make_sequence_layer()
1003 seq_hdr |= (vc1parse->seq_layer.struct_c.fastuvmc << 15); in gst_vc1_parse_update_caps()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c521 result.pps_info_flags |= pic->fastuvmc << 4; in get_vc1_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c823 result.pps_info_flags |= pic->fastuvmc << 4; in get_vc1_msg()
Dradeon_vcn_dec.c1449 result.pps_info_flags |= pic->fastuvmc << 4; in get_vc1_msg()