/external/webp/src/dec/ |
D | vp8.c | 32 static void SetOk(VP8Decoder* const dec) { in SetOk() 48 VP8Decoder* const dec = (VP8Decoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8New() local 58 VP8StatusCode VP8Status(VP8Decoder* const dec) { in VP8Status() 63 const char* VP8StatusMessage(VP8Decoder* const dec) { in VP8StatusMessage() 69 void VP8Delete(VP8Decoder* const dec) { in VP8Delete() 76 int VP8SetError(VP8Decoder* const dec, in VP8SetError() 190 static VP8StatusCode ParsePartitions(VP8Decoder* const dec, in ParsePartitions() 220 static int ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) { in ParseFilterHeader() 246 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) { in VP8GetHeaders() 456 static int ParseResiduals(VP8Decoder* const dec, in ParseResiduals() [all …]
|
D | alpha.c | 26 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in ALPHNew() local 30 void ALPHDelete(ALPHDecoder* const dec) { in ALPHDelete() 45 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data, in ALPHInit() 88 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { in ALPHDecode() 120 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec, in VP8DecompressAlphaRows()
|
D | frame.c | 33 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { in DoFilter() 83 static void FilterRow(const VP8Decoder* const dec) { in FilterRow() 95 static void PrecomputeFilterStrengths(VP8Decoder* const dec) { in PrecomputeFilterStrengths() 157 VP8Decoder* const dec) { in VP8InitDithering() 215 static void DitherRow(VP8Decoder* const dec) { in DitherRow() 246 static int FinishRow(VP8Decoder* const dec, VP8Io* const io) { in FinishRow() 344 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { in VP8ProcessRow() 392 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8EnterCritical() 447 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8ExitCritical() 487 static int InitThreadContext(VP8Decoder* const dec) { in InitThreadContext() [all …]
|
D | vp8l.c | 182 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths() 243 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode() 294 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes() 386 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler() 439 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA() 542 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA() 557 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA() 573 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA() 636 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransforms() 656 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransformsAlpha() [all …]
|
D | tree.c | 283 VP8Decoder* const dec, int mb_x) { in ParseIntraMode() 349 int VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseIntraModeRow() 497 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseProba()
|
D | idec.c | 104 const VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in NeedCompressedAlpha() local 120 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DoRemap() local 152 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap() local 162 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in AppendToMemBuffer() local 259 static void SaveContext(const VP8Decoder* dec, const VP8BitReader* token_br, in SaveContext() 266 static void RestoreContext(const MBContext* context, VP8Decoder* const dec, in RestoreContext() 317 VP8Decoder* const dec = VP8New(); in DecodeWebPHeaders() local 326 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders() local 361 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in CopyParts0Data() local 390 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0() local [all …]
|
D | quant.c | 62 void VP8ParseQuant(VP8Decoder* const dec) { in VP8ParseQuant()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_decoder.c | 86 init_zscan_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buffer) in init_zscan_buffer() 160 init_idct_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buffer) in init_idct_buffer() 205 init_mc_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buf) in init_mc_buffer() 328 UploadYcbcrBlocks(struct vl_mpeg12_decoder *dec, in UploadYcbcrBlocks() 404 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder*)decoder; in vl_mpeg12_destroy() local 447 vl_mpeg12_get_decode_buffer(struct vl_mpeg12_decoder *dec, struct pipe_video_buffer *target) in vl_mpeg12_get_decode_buffer() 510 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; in vl_mpeg12_begin_frame() local 579 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; in vl_mpeg12_decode_macroblock() local 650 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; in vl_mpeg12_decode_bitstream() local 673 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; in vl_mpeg12_end_frame() local [all …]
|
/external/libvpx/libvpx/test/ |
D | decode_api_test.cc | 35 vpx_codec_ctx_t dec; in TEST() local 66 vpx_codec_ctx_t dec; in TEST() local 82 void TestVp9Controls(vpx_codec_ctx_t *dec) { in TestVp9Controls() 133 vpx_codec_ctx_t dec; in TEST() local
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 36 nouveau_vpe_init(struct nouveau_decoder *dec) { in nouveau_vpe_init() 56 nouveau_vpe_synch(struct nouveau_decoder *dec) { in nouveau_vpe_synch() 71 nouveau_vpe_fini(struct nouveau_decoder *dec) { in nouveau_vpe_fini() 104 nouveau_vpe_mb_dct_blocks(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb) in nouveau_vpe_mb_dct_blocks() 140 nouveau_vpe_mb_data_blocks(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb) in nouveau_vpe_mb_data_blocks() 158 nouveau_vpe_mb_dct_header(struct nouveau_decoder *dec, in nouveau_vpe_mb_dct_header() 243 nouveau_vpe_mb_mv(struct nouveau_decoder *dec, unsigned mc_header, in nouveau_vpe_mb_mv() 282 nouveau_vpe_mb_mv_header(struct nouveau_decoder *dec, in nouveau_vpe_mb_mv_header() 385 nouveau_decoder_surface_index(struct nouveau_decoder *dec, in nouveau_decoder_surface_index() 430 struct nouveau_decoder *dec = (struct nouveau_decoder *)decoder; in nouveau_decoder_decode_macroblock() local [all …]
|
/external/skia/src/core/ |
D | SkString.cpp | 72 char* SkStrAppendU32(char string[], uint32_t dec) { in SkStrAppendU32() 92 char* SkStrAppendS32(char string[], int32_t dec) { in SkStrAppendS32() 101 char* SkStrAppendU64(char string[], uint64_t dec, int minDigits) { in SkStrAppendU64() 127 char* SkStrAppendS64(char string[], int64_t dec, int minDigits) { in SkStrAppendS64() 487 void SkString::insertS32(size_t offset, int32_t dec) { in insertS32() 493 void SkString::insertS64(size_t offset, int64_t dec, int minDigits) { in insertS64() 499 void SkString::insertU32(size_t offset, uint32_t dec) { in insertU32() 505 void SkString::insertU64(size_t offset, uint64_t dec, int minDigits) { in insertU64()
|
D | SkCachedData.cpp | 22 static void dec() { in dec() function 28 static void dec() {} in dec() function
|
/external/libopus/src/ |
D | opus_multistream_decoder.c | 239 OpusDecoder *dec; in opus_multistream_decode_native() local 429 OpusDecoder *dec; in opus_multistream_decoder_ctl() local 448 OpusDecoder *dec; in opus_multistream_decoder_ctl() local 465 OpusDecoder *dec; in opus_multistream_decoder_ctl() local 508 OpusDecoder *dec; in opus_multistream_decoder_ctl() local
|
/external/libmpeg2/decoder/x86/ |
D | impeg2d_function_selector_ssse3.c | 68 dec_state_t *dec = (dec_state_t *)pv_codec; in impeg2d_init_function_ptr_ssse3() local
|
D | impeg2d_function_selector_sse42.c | 68 dec_state_t *dec = (dec_state_t *)pv_codec; in impeg2d_init_function_ptr_sse42() local
|
D | impeg2d_function_selector_avx2.c | 68 dec_state_t *dec = (dec_state_t *)pv_codec; in impeg2d_init_function_ptr_avx2() local
|
/external/libmpeg2/decoder/arm/ |
D | impeg2d_function_selector_av8.c | 76 dec_state_t *dec = (dec_state_t *)pv_codec; in impeg2d_init_function_ptr_av8() local
|
D | impeg2d_function_selector_a9q.c | 71 dec_state_t *dec = (dec_state_t *)pv_codec; in impeg2d_init_function_ptr_a9q() local
|
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 620 dec qword ptr [rax] label 621 dec dword ptr [rax] label 622 dec word ptr [rax] label 623 dec byte ptr [rax] label
|
D | intel-syntax-ambiguous.s | 17 dec [eax] label
|
/external/clang/test/SemaCXX/ |
D | increment-decrement.cpp | 6 const int &dec = i--; variable
|
/external/javassist/src/main/javassist/runtime/ |
D | Cflow.java | 31 void dec() { --depth; } in dec() method in Cflow.Depth
|
/external/libopus/celt/tests/ |
D | test_unit_laplace.c | 57 ec_dec dec; in main() local
|
/external/v8/src/ |
D | ostreams.cc | 95 OStream& OStream::dec() { in dec() function in v8::internal::OStream 122 OStream& dec(OStream& os) { // NOLINT(runtime/references) in dec() function
|
/external/srtp/crypto/include/ |
D | cryptoalg.h | 105 cryptoalg_inv_t dec; member
|