/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_vc1.c | 32 VAPictureParameterBufferVC1 * vc1 = buf->data; in vlVaHandlePictureParameterBufferVC1() local 35 context->desc.vc1.slice_count = 0; in vlVaHandlePictureParameterBufferVC1() 36 vlVaGetReferenceFrame(drv, vc1->forward_reference_picture, &context->desc.vc1.ref[0]); in vlVaHandlePictureParameterBufferVC1() 37 vlVaGetReferenceFrame(drv, vc1->backward_reference_picture, &context->desc.vc1.ref[1]); in vlVaHandlePictureParameterBufferVC1() 38 context->desc.vc1.picture_type = vc1->picture_fields.bits.picture_type; in vlVaHandlePictureParameterBufferVC1() 39 context->desc.vc1.frame_coding_mode = vc1 in vlVaHandlePictureParameterBufferVC1() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | microsoft.mak | 53 fate-vc1_sa00040: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/SA00040.vc1 56 fate-vc1_sa00050: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/SA00050.vc1 59 fate-vc1_sa10091: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/SA10091.vc1 62 fate-vc1_sa10143: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/SA10143.vc1 65 fate-vc1_sa20021: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/SA20021.vc1 [all...] |
H A D | wma.mak | 12 fate-wmapro-ism: CMD = pcm -i $(TARGET_SAMPLES)/isom/vc1-wmapro.ism -vn 13 fate-wmapro-ism: REF = $(SAMPLES)/isom/vc1-wmapro.pcm
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_neon_inc.h | 98 vect_t vc1 = VDUPQ(c1); in FF_FUN() local 102 vect_t vc1 = VDUPQ(c1); in FF_FUN() local 108 vect_t vc1 = VDUPQ(c1); in FF_FUN() local 198 vect_t eq = VCEQQ(data, vc1); in FF_FUN() 201 vect_t eq1 = VCEQQ(data, vc1); in FF_FUN() 207 eq = VCEQQ(eq, vc1); in FF_FUN() 274 eq = VCEQQ(data, vc1); in FF_FUN() 277 eq1 = VCEQQ(data, vc1); in FF_FUN() 283 eq = VCEQQ(eq, vc1); in FF_FUN()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | h264cmc_neon.S | 44 .ifc \codec,vc1 219 .ifc \codec,vc1 461 h264_chroma_mc8 put, vc1 462 h264_chroma_mc8 avg, vc1 463 h264_chroma_mc4 put, vc1 464 h264_chroma_mc4 avg, vc1
|
/third_party/ffmpeg/libavcodec/ |
H A D | vdpau_vc1.c | 30 #include "vc1.h" 41 VdpPictureInfoVC1 *info = &pic_ctx->info.vc1; in vdpau_vc1_start_frame() 115 pic_ctx->info.vc1.slice_count++; in vdpau_vc1_decode_slice()
|
H A D | vdpau_internal.h | 46 VdpPictureInfoVC1 vc1; member
|
H A D | nvdec_vc1.c | 29 #include "vc1.h" 64 .CodecSpecific.vc1 = { in nvdec_vc1_start_frame()
|
H A D | vc1dec.c | 43 #include "vc1.h" 790 the vc1 one for WVP2 */ in vc1_decode_frame() 1205 .p.name = "vc1", 1219 HWACCEL_DXVA2(vc1), 1222 HWACCEL_D3D11VA(vc1), 1225 HWACCEL_D3D11VA2(vc1), 1228 HWACCEL_NVDEC(vc1), 1231 HWACCEL_VAAPI(vc1), 1234 HWACCEL_VDPAU(vc1),
|
H A D | v4l2_m2m_dec.c | 265 M2MDEC(vc1 , "VC1", AV_CODEC_ID_VC1, NULL);
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | h264cmc_neon.S | 44 .ifc \codec,vc1 214 .ifc \codec,vc1 448 h264_chroma_mc8 put, vc1 449 h264_chroma_mc8 avg, vc1 450 h264_chroma_mc4 put, vc1 451 h264_chroma_mc4 avg, vc1
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_chromamc.asm | 134 %else ; vc1, h264 314 %else ; vc1, h264 432 chroma_mc8_mmx_func put, vc1, _nornd 443 chroma_mc8_mmx_func avg, vc1, _nornd 647 chroma_mc8_ssse3_func put, vc1, _nornd 654 chroma_mc8_ssse3_func avg, vc1, _nornd
|
/third_party/ffmpeg/libavformat/ |
H A D | vc1dec.c | 86 FF_DEF_RAWVIDEO_DEMUXER2(vc1, "raw VC-1", vc1_probe, "vc1", AV_CODEC_ID_VC1, AVFMT_GENERIC_INDEX|AVFMT_NOTIMESTAMPS)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | constAssertions.js | 23 let vc1 = c1; 132 let vc1 = c1;
218 declare let vc1: "abc";
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video.h | 44 struct pipe_vc1_picture_desc *vc1; member
|
H A D | nv98_video_ppp.c | 106 case PIPE_VIDEO_FORMAT_VC1: ppp_caps = nv98_decoder_vc1_ppp(dec, desc.vc1, target); break; in nv98_decoder_ppp()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_vsx.h | 294 vec_f vc1 = {sqrthalf, sqrthalf, sqrthalf, sqrthalf}; in fft8_vsx_interleave() local 331 x26 = vec_mul( vec_perm(x24, x25, vcprm(2,s2,0,s0)), vc1); in fft8_vsx_interleave() 353 vec_f vc1 = {ff_cos_16[1], ff_cos_16[1], ff_cos_16[1], ff_cos_16[1]}; in fft16_vsx_interleave() local 451 x52 = vec_mul(x50, vc1); in fft16_vsx_interleave() 453 x54 = vec_mul(x51, vc1); in fft16_vsx_interleave() 534 vec_f vc1 = {-sqrthalf, sqrthalf, sqrthalf, -sqrthalf}; in fft8_vsx() local 554 vz3 = vec_madd(vz3, vc1, vc0); in fft8_vsx() 590 vec_f vc1 = {-sqrthalf, sqrthalf, sqrthalf, -sqrthalf}; in fft16_vsx() local 647 vz3 = vec_madd(vz3, vc1, vc0); in fft16_vsx()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.h | 60 struct pipe_vc1_picture_desc *vc1; member
|
H A D | nouveau_vp3_video_vp.c | 502 *caps = nouveau_vp3_fill_picparm_vc1_vp(dec, desc.vc1, refs, is_ref, vp); in nouveau_vp3_vp_caps() 504 if (desc.vc1->frame_coding_mode == 3) in nouveau_vp3_vp_caps()
|
H A D | nouveau_vp3_video_bsp.c | 305 caps = nouveau_vp3_fill_picparm_vc1_bsp(dec, desc.vc1, bsp); in nouveau_vp3_bsp_end()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video_ppp.c | 106 case PIPE_VIDEO_FORMAT_VC1: ppp_caps = nvc0_decoder_vc1_ppp(dec, desc.vc1, target); break; in nvc0_decoder_ppp()
|
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientShader.cpp | 113 Vec4 vc1 = Vec4::Load(c1.vec()); in make_dual_interval_colorizer() local 117 const Vec4 scale[2] = {(vc1 - vc0) / threshold, in make_dual_interval_colorizer()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_uvd_dec.h | 412 struct ruvd_vc1 vc1; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.h | 414 struct ruvd_vc1 vc1; member
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | decode.c | 581 struct pipe_vc1_picture_desc vc1; in vlVdpDecoderRender() member 660 ret = vlVdpDecoderRenderVC1(&desc.vc1, (VdpPictureInfoVC1 *)picture_info); in vlVdpDecoderRender()
|