/external/webp/src/dec/ |
D | alpha_dec.c | 28 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in ALPHNew() local 33 static void ALPHDelete(ALPHDecoder* const dec) { in ALPHDelete() 48 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data, in ALPHInit() 110 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { in ALPHDecode() 150 static int AllocateAlphaPlane(VP8Decoder* const dec, const VP8Io* const io) { in AllocateAlphaPlane() 165 void WebPDeallocateAlphaMemory(VP8Decoder* const dec) { in WebPDeallocateAlphaMemory() 177 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec, in VP8DecompressAlphaRows()
|
D | vp8_dec.c | 42 static void SetOk(VP8Decoder* const dec) { in SetOk() 58 VP8Decoder* const dec = (VP8Decoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8New() local 69 VP8StatusCode VP8Status(VP8Decoder* const dec) { in VP8Status() 74 const char* VP8StatusMessage(VP8Decoder* const dec) { in VP8StatusMessage() 80 void VP8Delete(VP8Decoder* const dec) { in VP8Delete() 87 int VP8SetError(VP8Decoder* const dec, in VP8SetError() 198 static VP8StatusCode ParsePartitions(VP8Decoder* const dec, in ParsePartitions() 230 static int ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) { in ParseFilterHeader() 256 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) { in VP8GetHeaders() 510 static int ParseResiduals(VP8Decoder* const dec, in ParseResiduals() [all …]
|
D | frame_dec.c | 71 static void ReconstructRow(const VP8Decoder* const dec, in ReconstructRow() 203 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { in DoFilter() 253 static void FilterRow(const VP8Decoder* const dec) { in FilterRow() 265 static void PrecomputeFilterStrengths(VP8Decoder* const dec) { in PrecomputeFilterStrengths() 329 VP8Decoder* const dec) { in VP8InitDithering() 372 static void DitherRow(VP8Decoder* const dec) { in DitherRow() 403 static int FinishRow(VP8Decoder* const dec, VP8Io* const io) { in FinishRow() 501 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { in VP8ProcessRow() 549 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8EnterCritical() 604 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8ExitCritical() [all …]
|
D | vp8l_dec.c | 249 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths() 309 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode() 358 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes() 489 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler() 544 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA() 614 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA() 629 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA() 648 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA() 711 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransforms() 734 static void ProcessRows(VP8LDecoder* const dec, int row) { in ProcessRows() [all …]
|
D | tree_dec.c | 290 VP8Decoder* const dec, int mb_x) { in ParseIntraMode() 356 int VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseIntraModeRow() 510 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseProba()
|
D | idec_dec.c | 106 const VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in NeedCompressedAlpha() local 122 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DoRemap() local 157 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap() local 167 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in AppendToMemBuffer() local 268 static void SaveContext(const VP8Decoder* dec, const VP8BitReader* token_br, in SaveContext() 275 static void RestoreContext(const MBContext* context, VP8Decoder* const dec, in RestoreContext() 326 VP8Decoder* const dec = VP8New(); in DecodeWebPHeaders() local 335 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders() local 370 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in CopyParts0Data() local 398 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0() local [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_uvd.c | 97 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush() 103 static void set_reg(struct ruvd_decoder *dec, unsigned reg, uint32_t val) in set_reg() 110 static void send_cmd(struct ruvd_decoder *dec, unsigned cmd, in send_cmd() 134 static bool have_it(struct ruvd_decoder *dec) in have_it() 141 static void map_msg_fb_it_buf(struct ruvd_decoder *dec) in map_msg_fb_it_buf() 160 static void send_msg_buf(struct ruvd_decoder *dec) in send_msg_buf() 189 static void next_buffer(struct ruvd_decoder *dec) in next_buffer() 196 static uint32_t profile2stream_type(struct ruvd_decoder *dec, unsigned family) in profile2stream_type() 221 static unsigned calc_ctx_size_h264_perf(struct ruvd_decoder *dec) in calc_ctx_size_h264_perf() 275 static unsigned calc_ctx_size_h265_main(struct ruvd_decoder *dec) in calc_ctx_size_h265_main() [all …]
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_decoder.c | 120 get_video_buffer_private(struct vl_mpeg12_decoder *dec, struct pipe_video_buffer *buf) in get_video_buffer_private() 153 free_video_buffer_privates(struct vl_mpeg12_decoder *dec) in free_video_buffer_privates() 165 init_zscan_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buffer) in init_zscan_buffer() 239 init_idct_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buffer) in init_idct_buffer() 284 init_mc_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buf) in init_mc_buffer() 407 UploadYcbcrBlocks(struct vl_mpeg12_decoder *dec, in UploadYcbcrBlocks() 482 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder*)decoder; in vl_mpeg12_destroy() local 529 vl_mpeg12_get_decode_buffer(struct vl_mpeg12_decoder *dec, struct pipe_video_buffer *target) in vl_mpeg12_get_decode_buffer() 592 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; in vl_mpeg12_begin_frame() local 659 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; in vl_mpeg12_decode_macroblock() local [all …]
|
/external/libvpx/libvpx/test/ |
D | decode_api_test.cc | 32 vpx_codec_ctx_t dec; in TEST() local 62 vpx_codec_ctx_t dec; in TEST() local 78 void TestVp9Controls(vpx_codec_ctx_t *dec) { in TestVp9Controls() 124 vpx_codec_ctx_t dec; in TEST() local 156 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() 129 nouveau_vpe_mb_data_blocks(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb) in nouveau_vpe_mb_data_blocks() 147 nouveau_vpe_mb_dct_header(struct nouveau_decoder *dec, in nouveau_vpe_mb_dct_header() 232 nouveau_vpe_mb_mv(struct nouveau_decoder *dec, unsigned mc_header, in nouveau_vpe_mb_mv() 271 nouveau_vpe_mb_mv_header(struct nouveau_decoder *dec, in nouveau_vpe_mb_mv_header() 374 nouveau_decoder_surface_index(struct nouveau_decoder *dec, in nouveau_decoder_surface_index() 417 struct nouveau_decoder *dec = (struct nouveau_decoder *)decoder; in nouveau_decoder_decode_macroblock() local [all …]
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_info.c | 96 #define DECORATION(dec) [SpvDecoration##dec] = #dec argument 144 spirv_decoration_to_string(SpvDecoration dec) in spirv_decoration_to_string()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_ppp.c | 26 nvc0_decoder_setup_ppp(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target, ui… in nvc0_decoder_setup_ppp() 76 nvc0_decoder_vc1_ppp(struct nouveau_vp3_decoder *dec, struct pipe_vc1_picture_desc *desc, struct no… in nvc0_decoder_vc1_ppp() 92 nvc0_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_bu… in nvc0_decoder_ppp()
|
D | nvc0_video.c | 33 struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder; in nvc0_decoder_begin_frame() local 54 struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder; in nvc0_decoder_decode_bitstream() local 70 struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder; in nvc0_decoder_end_frame() local 94 struct nouveau_vp3_decoder *dec; in nvc0_create_decoder() local
|
D | nvc0_video_vp.c | 27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, in dump_comm_vp() 61 nvc0_decoder_kick_ref(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target) in nvc0_decoder_kick_ref() 68 nvc0_decoder_vp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, in nvc0_decoder_vp()
|
D | nvc0_video_bsp.c | 35 nvc0_decoder_bsp_begin(struct nouveau_vp3_decoder *dec, unsigned comm_seq) in nvc0_decoder_bsp_begin() 52 nvc0_decoder_bsp_next(struct nouveau_vp3_decoder *dec, in nvc0_decoder_bsp_next() 134 nvc0_decoder_bsp_end(struct nouveau_vp3_decoder *dec, union pipe_desc desc, in nvc0_decoder_bsp_end()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_ppp.c | 26 nv98_decoder_setup_ppp(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target, ui… in nv98_decoder_setup_ppp() 76 nv98_decoder_vc1_ppp(struct nouveau_vp3_decoder *dec, struct pipe_vc1_picture_desc *desc, struct no… in nv98_decoder_vc1_ppp() 92 nv98_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_bu… in nv98_decoder_ppp()
|
D | nv84_video.c | 67 nv84_load_firmwares(struct nouveau_device *dev, struct nv84_decoder *dec, in nv84_load_firmwares() 101 nv84_load_bsp_firmware(struct nouveau_device *dev, struct nv84_decoder *dec) in nv84_load_bsp_firmware() 108 nv84_load_vp_firmware(struct nouveau_device *dev, struct nv84_decoder *dec) in nv84_load_vp_firmware() 117 nv84_load_vp_firmware_mpeg(struct nouveau_device *dev, struct nv84_decoder *dec) in nv84_load_vp_firmware_mpeg() 131 struct nv84_decoder *dec = (struct nv84_decoder *)decoder; in nv84_decoder_decode_bitstream_h264() local 169 struct nv84_decoder *dec = (struct nv84_decoder *)decoder; in nv84_decoder_decode_bitstream_mpeg12() local 186 struct nv84_decoder *dec = (struct nv84_decoder *)decoder; in nv84_decoder_begin_frame_mpeg12() local 234 struct nv84_decoder *dec = (struct nv84_decoder *)decoder; in nv84_decoder_destroy() local 269 struct nv84_decoder *dec; in nv84_create_decoder() local
|
D | nv98_video_vp.c | 27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, in dump_comm_vp() 61 nv98_decoder_kick_ref(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target) in nv98_decoder_kick_ref() 68 nv98_decoder_vp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, in nv98_decoder_vp()
|
/external/webp/src/demux/ |
D | anim_decode.c | 64 WebPAnimDecoder* const dec) { in ApplyDecoderOptions() argument 89 WebPAnimDecoder* dec = NULL; in WebPAnimDecoderNewInternal() local 131 int WebPAnimDecoderGetInfo(const WebPAnimDecoder* dec, WebPAnimInfo* info) { in WebPAnimDecoderGetInfo() 309 int WebPAnimDecoderGetNext(WebPAnimDecoder* dec, in WebPAnimDecoderGetNext() 426 int WebPAnimDecoderHasMoreFrames(const WebPAnimDecoder* dec) { in WebPAnimDecoderHasMoreFrames() 431 void WebPAnimDecoderReset(WebPAnimDecoder* dec) { in WebPAnimDecoderReset() 441 const WebPDemuxer* WebPAnimDecoderGetDemuxer(const WebPAnimDecoder* dec) { in WebPAnimDecoderGetDemuxer() 446 void WebPAnimDecoderDelete(WebPAnimDecoder* dec) { in WebPAnimDecoderDelete()
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | io.c | 193 mpd_qset_string(mpd_t *dec, const char *s, const mpd_context_t *ctx, in mpd_qset_string() 376 coeff_to_string(char *s, const mpd_t *dec) in coeff_to_string() 397 coeff_to_string_dot(char *s, char *dot, const mpd_t *dec) in coeff_to_string_dot() 440 _mpd_to_string(char **result, const mpd_t *dec, int flags, mpd_ssize_t dplace) in _mpd_to_string() 626 mpd_to_sci(const mpd_t *dec, int fmt) in mpd_to_sci() 637 mpd_to_eng(const mpd_t *dec, int fmt) in mpd_to_eng() 648 mpd_to_sci_size(char **res, const mpd_t *dec, int fmt) in mpd_to_sci_size() 657 mpd_to_eng_size(char **res, const mpd_t *dec, int fmt) in mpd_to_eng_size() 1226 mpd_qformat_spec(const mpd_t *dec, const mpd_spec_t *spec, in mpd_qformat_spec() 1378 mpd_qformat(const mpd_t *dec, const char *fmt, const mpd_context_t *ctx, in mpd_qformat() [all …]
|
/external/libmpeg2/decoder/arm/ |
D | impeg2d_function_selector_a9q.c | 71 dec_state_t *dec = (dec_state_t *)pv_codec; in impeg2d_init_function_ptr_a9q() local
|
D | impeg2d_function_selector_av8.c | 76 dec_state_t *dec = (dec_state_t *)pv_codec; in impeg2d_init_function_ptr_av8() local
|
/external/libmpeg2/decoder/x86/ |
D | impeg2d_function_selector_avx2.c | 68 dec_state_t *dec = (dec_state_t *)pv_codec; in impeg2d_init_function_ptr_avx2() 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_ssse3.c | 68 dec_state_t *dec = (dec_state_t *)pv_codec; in impeg2d_init_function_ptr_ssse3() local
|