HomeSort by relevance Sort by last modified time
    Searched defs:vc1 (Results 1 - 10 of 10) 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 244 struct pipe_vc1_picture_desc vc1; member in union:__anon30234::__anon30235
  /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/valgrind/drd/
drd_segment.c 208 HChar *vc1, *vc2; local
210 vc1 = DRD_(vc_aprint)(&sg1->vc);
214 "Merging segments with vector clocks %s and %s\n", vc1, vc2);
215 VG_(free)(vc1);
  /external/valgrind/drd/tests/
unit_vc.c 58 VectorClock vc1; local
68 DRD_(vc_init)(&vc1, vc1elem, sizeof(vc1elem)/sizeof(vc1elem[0]));
74 DRD_(vc_combine)(&vc3, &vc1);
77 fprintf(stderr, "vc1: %s", (str = DRD_(vc_aprint)(&vc1)));
84 fprintf(stderr, "vc_lte(vc1, vc2) = %d, vc_lte(vc1, vc3) = %d,"
86 DRD_(vc_lte)(&vc1, &vc2), DRD_(vc_lte)(&vc1, &vc3),
97 DRD_(vc_reserve)(&vc1, i)
    [all...]
  /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:__anon30239
660 ret = vlVdpDecoderRenderVC1(&desc.vc1, (VdpPictureInfoVC1 *)picture_info);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h 65 This enumeration lists all the frame types defined by the MPEG, VC1 and H264 specifications.
75 VIDDEC_FRAME_TYPE_BI=0x5, /** BI frame - Intracoded B frame - vc1 only */
76 VIDDEC_FRAME_TYPE_SKIP=0x6, /** Skipped frame - vc1 only */
157 This structure contains the VC1 specific frame attributes.
163 Refer to "TFCNTR" in the picture layer of the SMPTE VC1 Specification.
170 of the SMPTE VC1 Specification.
179 "PS_WIDTH" and "PS_HEIGHT" in the picture layer of the SMPTE VC1 Specification.
254 For VC1, refer to "MAX_CODED_WIDTH" and "MAX_CODED_HEIGHT" in the sequence layer,
255 "CODED_SIZE_FLAG", "CODED_WIDTH" and "CODED_HEIGHT" in the entrypoint layer of the SMPTE VC1 Specification.
265 For VC1, refer to "PTYPE" and FPTYPE in the picture layer (Tables 33, 34, 35, 105) in SMPTE VC1 Specificat (…)
274 viddec_vc1_frame_attributes_t vc1; member in union:viddec_frame_attributes::__anon47351
    [all...]
  /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_uvd.h 408 struct ruvd_vc1 vc1; member in union:ruvd_msg::__anon29730::__anon29732::__anon29733

Completed in 291 milliseconds