/external/opencv3/3rdparty/libwebp/mux/ |
D | muxedit.c | 26 static void MuxInit(WebPMux* const mux) { in MuxInit() argument 27 if (mux == NULL) return; in MuxInit() 28 memset(mux, 0, sizeof(*mux)); in MuxInit() 35 WebPMux* const mux = (WebPMux*)malloc(sizeof(WebPMux)); in WebPNewInternal() local 37 MuxInit(mux); in WebPNewInternal() 38 return mux; in WebPNewInternal() 48 static void MuxRelease(WebPMux* const mux) { in MuxRelease() argument 49 if (mux == NULL) return; in MuxRelease() 50 MuxImageDeleteAll(&mux->images_); in MuxRelease() 51 DeleteAllChunks(&mux->vp8x_); in MuxRelease() [all …]
|
D | muxread.c | 39 static WebPMuxError MuxGet(const WebPMux* const mux, CHUNK_INDEX idx, in MuxGet() argument 41 assert(mux != NULL); in MuxGet() 45 SWITCH_ID_LIST(IDX_VP8X, mux->vp8x_); in MuxGet() 46 SWITCH_ID_LIST(IDX_ICCP, mux->iccp_); in MuxGet() 47 SWITCH_ID_LIST(IDX_ANIM, mux->anim_); in MuxGet() 48 SWITCH_ID_LIST(IDX_EXIF, mux->exif_); in MuxGet() 49 SWITCH_ID_LIST(IDX_XMP, mux->xmp_); in MuxGet() 50 SWITCH_ID_LIST(IDX_UNKNOWN, mux->unknown_); in MuxGet() 150 WebPMux* mux = NULL; in WebPMuxCreateInternal() local 173 mux = WebPMuxNew(); in WebPMuxCreateInternal() [all …]
|
D | muxinternal.c | 435 WebPChunk** MuxGetChunkListFromId(const WebPMux* mux, WebPChunkId id) { in MuxGetChunkListFromId() argument 436 assert(mux != NULL); in MuxGetChunkListFromId() 438 case WEBP_CHUNK_VP8X: return (WebPChunk**)&mux->vp8x_; in MuxGetChunkListFromId() 439 case WEBP_CHUNK_ICCP: return (WebPChunk**)&mux->iccp_; in MuxGetChunkListFromId() 440 case WEBP_CHUNK_ANIM: return (WebPChunk**)&mux->anim_; in MuxGetChunkListFromId() 441 case WEBP_CHUNK_EXIF: return (WebPChunk**)&mux->exif_; in MuxGetChunkListFromId() 442 case WEBP_CHUNK_XMP: return (WebPChunk**)&mux->xmp_; in MuxGetChunkListFromId() 443 case WEBP_CHUNK_UNKNOWN: return (WebPChunk**)&mux->unknown_; in MuxGetChunkListFromId() 448 WebPMuxError MuxValidateForImage(const WebPMux* const mux) { in MuxValidateForImage() argument 449 const int num_images = MuxImageCount(mux->images_, WEBP_CHUNK_IMAGE); in MuxValidateForImage() [all …]
|
D | muxi.h | 236 WebPChunk** MuxGetChunkListFromId(const WebPMux* mux, WebPChunkId id); 239 WebPMuxError MuxValidateForImage(const WebPMux* const mux); 242 WebPMuxError MuxValidate(const WebPMux* const mux);
|
/external/opencv3/3rdparty/libwebp/webp/ |
D | mux.h | 113 WEBP_EXTERN(void) WebPMuxDelete(WebPMux* mux); 157 WebPMux* mux, const char fourcc[4], const WebPData* chunk_data, 173 const WebPMux* mux, const char fourcc[4], WebPData* chunk_data); 186 WebPMux* mux, const char fourcc[4]); 218 WebPMux* mux, const WebPData* bitstream, int copy_data); 238 WebPMux* mux, const WebPMuxFrameInfo* frame, int copy_data); 255 const WebPMux* mux, uint32_t nth, WebPMuxFrameInfo* frame); 267 WEBP_EXTERN(WebPMuxError) WebPMuxDeleteFrame(WebPMux* mux, uint32_t nth); 292 WebPMux* mux, const WebPMuxAnimParams* params); 303 const WebPMux* mux, WebPMuxAnimParams* params); [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | cmp_pred_reg.ll | 7 ; CHECK-NOT: mux 15 ; CHECK-NOT: mux 23 ; CHECK-NOT: mux 31 ; CHECK-NOT: mux 39 ; CHECK-NOT: mux 47 ; CHECK-NOT: mux 55 ; CHECK-NOT: mux 63 ; CHECK-NOT: mux 71 ; CHECK-NOT: mux 79 ; CHECK-NOT: mux [all …]
|
D | cmp_pred.ll | 7 ; CHECK-NOT: mux 15 ; CHECK-NOT: mux 23 ; CHECK-NOT: mux 31 ; CHECK-NOT: mux 39 ; CHECK-NOT: mux 47 ; CHECK-NOT: mux 55 ; CHECK-NOT: mux 63 ; CHECK-NOT: mux 71 ; CHECK-NOT: mux 79 ; CHECK-NOT: mux [all …]
|
D | cmpb_pred.ll | 9 ; CHECK-NOT: mux 18 ; CHECK-NOT: mux 28 ; CHECK-NOT: mux 37 ; CHECK-NOT: mux 47 ; CHECK-NOT: mux 57 ; CHECK-NOT: mux 66 ; CHECK-NOT: mux 75 ; CHECK-NOT: mux 84 ; CHECK-NOT: mux
|
D | adde.ll | 8 ; CHECK: r{{[0-9]+}} = mux(p{{[0-9]+}}, r{{[0-9]+}}, r{{[0-9]+}}) 9 ; CHECK: r{{[0-9]+}} = mux(p{{[0-9]+}}, r{{[0-9]+}}, r{{[0-9]+}}) 11 ; CHECK: r{{[0-9]+}} = mux(p{{[0-9]+}}, r{{[0-9]+}}, r{{[0-9]+}}) 12 ; CHECK: r{{[0-9]+}} = mux(p{{[0-9]+}}, r{{[0-9]+}}, r{{[0-9]+}})
|
D | sube.ll | 7 ; CHECK: r{{[0-9]+}} = mux(p{{[0-9]+}}, r{{[0-9]+}}, r{{[0-9]+}}) 8 ; CHECK: r{{[0-9]+}} = mux(p{{[0-9]+}}, r{{[0-9]+}}, r{{[0-9]+}})
|
D | remove_lsr.ll | 48 %3 = tail call i32 @llvm.hexagon.C2.mux(i32 %conv3, i32 %1, i32 %2) 55 %8 = tail call i32 @llvm.hexagon.C2.mux(i32 %conv8, i32 %5, i32 %7) 76 declare i32 @llvm.hexagon.C2.mux(i32, i32, i32) nounwind readnone
|
D | mux-basic.ll | 3 ; CHECK: mux
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | alu32_perm.txt | 24 # CHECK: r17 = mux(p3, r21, #31) 26 # CHECK: r17 = mux(p3, #21, r31) 28 # CHECK: r17 = mux(p3, #21, #31) 30 # CHECK: r17 = mux(p3, r21, r31)
|
/external/autotest/server/cros/servo/ |
D | plankton.py | 157 def set_usbc_mux(self, mux): argument 162 if mux not in ['dp', 'usb']: 164 'should be either \'dp\' or \'usb\'.' % mux) 165 self.set(self.USBC_MUX, mux)
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-address-extends.ll | 7 ; This was incorrect as %.mux isn't available in the last bb. 16 %.mux = select i1 %tmp2, i32 %width, i32 1 17 %tmp142 = sext i32 %.mux to i64
|
/external/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | alu32_perm.ll | 70 ; CHECK: = mux({{.*}}, #0, {{.*}}) 77 ; CHECK: = mux({{.*}}, {{.*}}, #0) 79 declare i32 @llvm.hexagon.C2.mux(i32, i32, i32) 81 %z = call i32 @llvm.hexagon.C2.mux(i32 %a, i32 %b, i32 %c) 84 ; CHECK: = mux({{.*}}, {{.*}}, {{.*}})
|
/external/llvm/test/Linker/ |
D | module-flags-1-a.ll | 7 ; CHECK: !2 = !{i32 1, !"mux", !3} 14 !2 = !{ i32 1, !"mux", !{ !"hello world", i32 927 } }
|
D | module-flags-1-b.ll | 6 !2 = !{ i32 1, !"mux", !{ !"hello world", i32 927 } }
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 201 unsigned mux; in fs_apply_luminance() local 205 mux = 5 * col_sums_x[0]; in fs_apply_luminance() 209 mux += col_sums_x[i1]; in fs_apply_luminance() 213 ssim[j * w + i] *= (2 * mux * (double) muy + c1) in fs_apply_luminance() 214 / (mux * (double) mux + muy * (double) muy + c1); in fs_apply_luminance() 218 mux += col_sums_x[i1] - col_sums_x[i0]; in fs_apply_luminance()
|
/external/opencv3/3rdparty/libwebp/ |
D | CMakeLists.txt | 10 file(GLOB lib_srcs dec/*.c dsp/*.c enc/*.c mux/*.c utils/*.c webp/*.c) 11 file(GLOB lib_hdrs dec/*.h dsp/*.h enc/*.h mux/*.h utils/*.h webp/*.h)
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectCCInfo.td | 79 // Rd = mux(pt, true_val, false_val) 97 // combine(mux(cmp_cond(Rss, Rdd), tval.hi, fval.hi), 98 // mux(cmp_cond(Rss, Rdd), tval.lo, fval.lo))
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | crash.ll | 28 %l_44.1.mux.i = select i1 %tobool5.not.i, i8 %l_44.1.mux.i, i8 1
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-02-18-TailMergingBug.ll | 54 %tmp4.mux = select i1 %tmp82, float* %tmp4, float* %tmp7 ; <float*> [#uses=1] 61 …103 ], [ %result, %bb26 ], [ %result, %bb40 ], [ %result, %bb50 ], [ %tmp4.mux, %bb80 ], [ %tmp4.m… 156 %tmp232.mux = select i1 %tmp312, float* %tmp232, float* %tmp235 ; <float*> [#uses=1] 163 …, [ %tmp229, %bb280 ], [ %tmp229, %bb270 ], [ %tmp229, %bb256 ], [ %tmp232.mux, %bb310 ], [ %tmp23…
|
/external/llvm/test/CodeGen/Hexagon/vect/ |
D | vect-extract.ll | 25 %.mux = select i1 %.not, i32 0, i32 %leftover_lb 72 …%polly.loopiv29.ph = phi i32 [ %.mux, %for.cond1.preheader.single_entry ], [ %leftover_lb, %polly.…
|
/external/webrtc/webrtc/api/objctests/ |
D | RTCSessionDescriptionTest.mm | 82 "a=rtcp-mux\r\n" 109 "a=rtcp-mux\r\n"
|