Home
last modified time | relevance | path

Searched refs:vc1 (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_vc1.c32 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->picture_fields.bits.frame_coding_mode; in vlVaHandlePictureParameterBufferVC1()
40 context->desc.vc1.postprocflag = vc1->post_processing != 0; in vlVaHandlePictureParameterBufferVC1()
41 context->desc.vc1.pulldown = vc1->sequence_fields.bits.pulldown; in vlVaHandlePictureParameterBufferVC1()
42 context->desc.vc1.interlace = vc1->sequence_fields.bits.interlace; in vlVaHandlePictureParameterBufferVC1()
43 context->desc.vc1.tfcntrflag = vc1->sequence_fields.bits.tfcntrflag; in vlVaHandlePictureParameterBufferVC1()
[all …]
Dva_private.h268 struct pipe_vc1_picture_desc vc1; member
/external/clang/test/CodeGen/
DNontemporal.cpp15 char __attribute__((vector_size(8))) vc1, vc2; variable
33 __builtin_nontemporal_store(vc1, &vc2); // CHECK: store <8 x i8>{{.*}}align 8, !nontemporal in test_all_sizes()
47 vc2 = __builtin_nontemporal_load(&vc1); // CHECK: load <8 x i8>{{.*}}align 8, !nontemporal in test_all_sizes()
/external/deqp-deps/glslang/Test/
D420.tese78 float vc1, vc2, vc3;
79 vec3 av3 = vec3(vc1, vc2, vc3);
80 vec3 bv3 = { vc1, vc2, vc3 };
/external/skia/src/gpu/gradients/
DGrDualIntervalGradientColorizer.fp48 auto vc1 = Sk4f::Load(c1.vec());
49 auto scale01 = (vc1 - vc0) / threshold;
DGrDualIntervalGradientColorizer.cpp135 auto vc1 = Sk4f::Load(c1.vec()); in Make() local
136 auto scale01 = (vc1 - vc0) / threshold; in Make()
/external/skqp/src/gpu/gradients/
DGrDualIntervalGradientColorizer.fp48 auto vc1 = Sk4f::Load(c1.vec());
49 auto scale01 = (vc1 - vc0) / threshold;
DGrDualIntervalGradientColorizer.cpp135 auto vc1 = Sk4f::Load(c1.vec()); in Make() local
136 auto scale01 = (vc1 - vc0) / threshold; in Make()
/external/deqp-deps/glslang/Test/baseResults/
D420.tese.out78 0:79 'vc1' ( global float)
85 0:80 'vc1' ( global float)
183 0:? 'vc1' ( global float)
254 0:79 'vc1' ( global float)
261 0:80 'vc1' ( global float)
359 0:? 'vc1' ( global float)
D150.tesc.out821 0:79 'vc1' ( global float)
828 0:80 'vc1' ( global float)
926 0:? 'vc1' ( global float)
1544 0:79 'vc1' ( global float)
1551 0:80 'vc1' ( global float)
1671 0:? 'vc1' ( global float)
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.h44 struct pipe_vc1_picture_desc *vc1; member
Dnv98_video_ppp.c106 case PIPE_VIDEO_FORMAT_VC1: ppp_caps = nv98_decoder_vc1_ppp(dec, desc.vc1, target); break; in nv98_decoder_ppp()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h60 struct pipe_vc1_picture_desc *vc1; member
Dnouveau_vp3_video_vp.c502 *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()
Dnouveau_vp3_video_bsp.c305 caps = nouveau_vp3_fill_picparm_vc1_bsp(dec, desc.vc1, bsp); in nouveau_vp3_bsp_end()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_ppp.c106 case PIPE_VIDEO_FORMAT_VC1: ppp_caps = nvc0_decoder_vc1_ppp(dec, desc.vc1, target); break; in nvc0_decoder_ppp()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h414 struct ruvd_vc1 vc1; member
Dradeon_uvd.c1217 dec->msg->body.decode.codec.vc1 = get_vc1_msg((struct pipe_vc1_picture_desc*)picture); in ruvd_end_frame()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h413 struct ruvd_vc1 vc1; member
Dradeon_vcn_dec.c711 rvcn_dec_message_vc1_t vc1 = get_vc1_msg((struct pipe_vc1_picture_desc*)picture); in rvcn_dec_message_decode() local
713 memcpy(codec, (void*)&vc1, sizeof(rvcn_dec_message_vc1_t)); in rvcn_dec_message_decode()
Dradeon_uvd.c1303 dec->msg->body.decode.codec.vc1 = get_vc1_msg((struct pipe_vc1_picture_desc*)picture); in ruvd_end_frame()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c582 struct pipe_vc1_picture_desc vc1; in vlVdpDecoderRender() member
660 ret = vlVdpDecoderRenderVC1(&desc.vc1, (VdpPictureInfoVC1 *)picture_info); in vlVdpDecoderRender()
/external/python/cpython3/Lib/test/
Dmime.types1299 video/vc1