/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/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
vdpau.h | 59 VdpPictureInfoVC1 vc1; member in union:FFVdpPictureInfo
|
/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/state_trackers/vdpau/ |
decode.c | 436 struct pipe_vc1_picture_desc vc1; member in union:__anon19448 507 ret = vlVdpDecoderRenderVC1(&desc.vc1, (VdpPictureInfoVC1 *)picture_info);
|
/external/opencv3/modules/viz/src/ |
clouds.cpp | 170 Color vc1 = vtkcolor(c1), vc2 = vtkcolor(c2); local 173 color_transfer->AddRGBPoint(0.0, vc1[0], vc1[1], vc1[2]);
|
/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::__anon29770 [all...] |
/hardware/ti/omap4-aah/kernel-headers-ti/video/ |
dsscomp.h | 230 struct dss2_vc1_range_map_info vc1; member in struct:dss2_ovl_cfg
|