Home
last modified time | relevance | path

Searched defs:dec (Results 1 – 25 of 134) sorted by relevance

123456

/external/chromium_org/third_party/libwebp/dec/
Dvp8.c32 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 …]
Dalpha.c26 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()
Dframe.c33 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 …]
Dvp8l.c182 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths()
242 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
293 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes()
385 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
438 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA()
541 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
556 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
572 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
635 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransforms()
655 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransformsAlpha()
[all …]
Dtree.c283 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()
Didec.c104 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
387 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0() local
[all …]
/external/webp/src/dec/
Dvp8.c32 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 …]
Dalpha.c26 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()
Dframe.c33 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 …]
Dvp8l.c182 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths()
242 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
293 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes()
385 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
438 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA()
541 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
556 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
572 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
635 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransforms()
655 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransformsAlpha()
[all …]
Dtree.c283 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()
Didec.c104 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
387 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0() local
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c86 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/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c86 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
Dnouveau_video.c36 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/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c36 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/chromium_org/third_party/libvpx/source/libvpx/test/
Ddecode_api_test.cc31 vpx_codec_ctx_t dec; in TEST() local
63 void TestVp9Controls(vpx_codec_ctx_t *dec) { in TestVp9Controls()
113 vpx_codec_ctx_t dec; in TEST() local
/external/chromium_org/tools/gn/
Dstandard_out.cc70 void OutputString(const std::string& output, TextDecoration dec) { in OutputString()
108 void OutputString(const std::string& output, TextDecoration dec) { in OutputString()
185 TextDecoration dec = DECORATION_NONE; in PrintLongHelp() local
/external/skia/src/core/
DSkString.cpp71 char* SkStrAppendU32(char string[], uint32_t dec) { in SkStrAppendU32()
91 char* SkStrAppendS32(char string[], int32_t dec) { in SkStrAppendS32()
99 char* SkStrAppendU64(char string[], uint64_t dec, int minDigits) { in SkStrAppendU64()
125 char* SkStrAppendS64(char string[], int64_t dec, int minDigits) { in SkStrAppendS64()
506 void SkString::insertS32(size_t offset, int32_t dec) { in insertS32()
512 void SkString::insertS64(size_t offset, int64_t dec, int minDigits) { in insertS64()
518 void SkString::insertU32(size_t offset, uint32_t dec) { in insertU32()
524 void SkString::insertU64(size_t offset, uint64_t dec, int minDigits) { in insertU64()
/external/chromium_org/third_party/skia/src/core/
DSkString.cpp71 char* SkStrAppendU32(char string[], uint32_t dec) { in SkStrAppendU32()
91 char* SkStrAppendS32(char string[], int32_t dec) { in SkStrAppendS32()
99 char* SkStrAppendU64(char string[], uint64_t dec, int minDigits) { in SkStrAppendU64()
125 char* SkStrAppendS64(char string[], int64_t dec, int minDigits) { in SkStrAppendS64()
506 void SkString::insertS32(size_t offset, int32_t dec) { in insertS32()
512 void SkString::insertS64(size_t offset, int64_t dec, int minDigits) { in insertS64()
518 void SkString::insertU32(size_t offset, uint32_t dec) { in insertU32()
524 void SkString::insertU64(size_t offset, uint64_t dec, int minDigits) { in insertU64()
/external/clang/test/SemaCXX/
Dincrement-decrement.cpp6 const int &dec = i--; variable
/external/libopus/src/
Dopus_multistream_decoder.c239 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/chromium_org/third_party/opus/src/src/
Dopus_multistream_decoder.c239 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/javassist/src/main/javassist/runtime/
DCflow.java31 void dec() { --depth; } in dec() method in Cflow.Depth
/external/chromium_org/third_party/opus/src/celt/tests/
Dtest_unit_laplace.c57 ec_dec dec; in main() local

123456