HomeSort by relevance Sort by last modified time
    Searched defs:vc1 (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/state_trackers/va/
picture_vc1.c 32 VAPictureParameterBufferVC1 * vc1 = buf->data; local
35 context->desc.vc1.slice_count = 0;
36 vlVaGetReferenceFrame(drv, vc1->forward_reference_picture, &context->desc.vc1.ref[0]);
37 vlVaGetReferenceFrame(drv, vc1->backward_reference_picture, &context->desc.vc1.ref[1]);
38 context->desc.vc1.picture_type = vc1->picture_fields.bits.picture_type;
39 context->desc.vc1.frame_coding_mode = vc1->picture_fields.bits.frame_coding_mode
    [all...]
va_private.h 268 struct pipe_vc1_picture_desc vc1; member in union:__anon34062::__anon34063
  /external/clang/test/CodeGen/
Nontemporal.cpp 15 char __attribute__((vector_size(8))) vc1, vc2; variable
33 __builtin_nontemporal_store(vc1, &vc2); // CHECK: store <8 x i8>{{.*}}align 8, !nontemporal
47 vc2 = __builtin_nontemporal_load(&vc1); // CHECK: load <8 x i8>{{.*}}align 8, !nontemporal
  /external/skia/src/gpu/gradients/
GrDualIntervalGradientColorizer.cpp 135 auto vc1 = Sk4f::Load(c1.vec()); local
136 auto scale01 = (vc1 - vc0) / threshold;
  /external/skqp/src/gpu/gradients/
GrDualIntervalGradientColorizer.cpp 135 auto vc1 = Sk4f::Load(c1.vec()); local
136 auto scale01 = (vc1 - vc0) / threshold;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.h 44 struct pipe_vc1_picture_desc *vc1; member in union:pipe_desc
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 582 struct pipe_vc1_picture_desc vc1; member in union:__anon34068
660 ret = vlVdpDecoderRenderVC1(&desc.vc1, (VdpPictureInfoVC1 *)picture_info);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.h 60 struct pipe_vc1_picture_desc *vc1; member in union:pipe_desc
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vcn_dec.c 711 rvcn_dec_message_vc1_t vc1 = get_vc1_msg((struct pipe_vc1_picture_desc*)picture); local
713 memcpy(codec, (void*)&vc1, sizeof(rvcn_dec_message_vc1_t));
    [all...]
radeon_uvd.h 413 struct ruvd_vc1 vc1; member in union:ruvd_msg::__anon33537::__anon33539::__anon33540
  /external/mesa3d/src/gallium/drivers/r600/
radeon_uvd.h 414 struct ruvd_vc1 vc1; member in union:ruvd_msg::__anon33520::__anon33522::__anon33523

Completed in 1131 milliseconds