Home
last modified time | relevance | path

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

123456789

/external/libaom/libaom/aom_dsp/
Dentdec.c78 static void od_ec_dec_refill(od_ec_dec *dec) { in od_ec_dec_refill()
125 static int od_ec_dec_normalize(od_ec_dec *dec, od_ec_window dif, unsigned rng, in od_ec_dec_normalize()
143 void od_ec_dec_init(od_ec_dec *dec, const unsigned char *buf, in od_ec_dec_init()
158 int od_ec_decode_bool_q15(od_ec_dec *dec, unsigned f) { in od_ec_decode_bool_q15()
193 int od_ec_decode_cdf_q15(od_ec_dec *dec, const uint16_t *icdf, int nsyms) { in od_ec_decode_cdf_q15()
231 int od_ec_dec_tell(const od_ec_dec *dec) { in od_ec_dec_tell()
245 uint32_t od_ec_dec_tell_frac(const od_ec_dec *dec) { in od_ec_dec_tell_frac()
Dentdec.h25 #define od_ec_dec_bits(dec, ftb, str) od_ec_dec_bits_(dec, ftb, str) argument
28 #define od_ec_dec_bits(dec, ftb, str) od_ec_dec_bits_(dec, ftb) argument
/external/webp/src/dec/
Dalpha_dec.c28 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()
Dvp8_dec.c42 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 …]
Dframe_dec.c71 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()
371 static void DitherRow(VP8Decoder* const dec) { in DitherRow()
403 VP8Decoder* const dec = (VP8Decoder*)arg1; in FinishRow() local
501 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { in VP8ProcessRow()
549 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8EnterCritical()
601 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8ExitCritical()
[all …]
Dvp8l_dec.c249 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()
538 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
593 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA()
663 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
678 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
697 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
760 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransforms()
783 static void ProcessRows(VP8LDecoder* const dec, int row) { in ProcessRows()
[all …]
Didec_dec.c106 const VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in NeedCompressedAlpha() local
122 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DoRemap() local
156 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap() local
166 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in AppendToMemBuffer() local
267 static void SaveContext(const VP8Decoder* dec, const VP8BitReader* token_br, in SaveContext()
274 static void RestoreContext(const MBContext* context, VP8Decoder* const dec, in RestoreContext()
323 VP8Decoder* const dec = VP8New(); in DecodeWebPHeaders() local
332 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders() local
367 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in CopyParts0Data() local
395 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0() local
[all …]
Dtree_dec.c290 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()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c84 static rvcn_dec_message_avc_t get_h264_msg(struct radeon_decoder *dec, in get_h264_msg()
185 static rvcn_dec_message_hevc_t get_h265_msg(struct radeon_decoder *dec, in get_h265_msg()
361 static unsigned calc_ctx_size_h265_main(struct radeon_decoder *dec) in calc_ctx_size_h265_main()
378 static unsigned calc_ctx_size_h265_main10(struct radeon_decoder *dec, struct pipe_h265_picture_desc… in calc_ctx_size_h265_main10()
471 static uint32_t get_ref_pic_idx(struct radeon_decoder *dec, struct pipe_video_buffer *ref) in get_ref_pic_idx()
488 static rvcn_dec_message_mpeg2_vld_t get_mpeg2_msg(struct radeon_decoder *dec, in get_mpeg2_msg()
534 static rvcn_dec_message_mpeg4_asp_vld_t get_mpeg4_msg(struct radeon_decoder *dec, in get_mpeg4_msg()
577 static void rvcn_dec_message_create(struct radeon_decoder *dec) in rvcn_dec_message_create()
602 static struct pb_buffer *rvcn_dec_message_decode(struct radeon_decoder *dec, in rvcn_dec_message_decode()
750 static void rvcn_dec_message_destroy(struct radeon_decoder *dec) in rvcn_dec_message_destroy()
[all …]
Dradeon_uvd.c99 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush()
105 static void set_reg(struct ruvd_decoder *dec, unsigned reg, uint32_t val) in set_reg()
112 static void send_cmd(struct ruvd_decoder *dec, unsigned cmd, in send_cmd()
136 static bool have_it(struct ruvd_decoder *dec) in have_it()
143 static void map_msg_fb_it_buf(struct ruvd_decoder *dec) in map_msg_fb_it_buf()
164 static void send_msg_buf(struct ruvd_decoder *dec) in send_msg_buf()
193 static void next_buffer(struct ruvd_decoder *dec) in next_buffer()
200 static uint32_t profile2stream_type(struct ruvd_decoder *dec, unsigned family) in profile2stream_type()
228 static unsigned calc_ctx_size_h264_perf(struct ruvd_decoder *dec) in calc_ctx_size_h264_perf()
282 static unsigned calc_ctx_size_h265_main(struct ruvd_decoder *dec) in calc_ctx_size_h265_main()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c103 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush()
109 static void set_reg(struct ruvd_decoder *dec, unsigned reg, uint32_t val) in set_reg()
116 static void send_cmd(struct ruvd_decoder *dec, unsigned cmd, in send_cmd()
140 static bool have_it(struct ruvd_decoder *dec) in have_it()
147 static void map_msg_fb_it_buf(struct ruvd_decoder *dec) in map_msg_fb_it_buf()
168 static void send_msg_buf(struct ruvd_decoder *dec) in send_msg_buf()
197 static void next_buffer(struct ruvd_decoder *dec) in next_buffer()
204 static uint32_t profile2stream_type(struct ruvd_decoder *dec, unsigned family) in profile2stream_type()
231 static unsigned calc_ctx_size_h265_main(struct ruvd_decoder *dec) in calc_ctx_size_h265_main()
248 static unsigned calc_ctx_size_h265_main10(struct ruvd_decoder *dec, struct pipe_h265_picture_desc *… in calc_ctx_size_h265_main10()
[all …]
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c120 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/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()
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 …]
Dnouveau_vp3_video_bsp.c113 nouveau_vp3_fill_picparm_mpeg12_bsp(struct nouveau_vp3_decoder *dec, in nouveau_vp3_fill_picparm_mpeg12_bsp()
135 nouveau_vp3_fill_picparm_mpeg4_bsp(struct nouveau_vp3_decoder *dec, in nouveau_vp3_fill_picparm_mpeg4_bsp()
160 nouveau_vp3_fill_picparm_vc1_bsp(struct nouveau_vp3_decoder *dec, in nouveau_vp3_fill_picparm_vc1_bsp()
192 nouveau_vp3_fill_picparm_h264_bsp(struct nouveau_vp3_decoder *dec, in nouveau_vp3_fill_picparm_h264_bsp()
233 static inline struct strparm_bsp *strparm_bsp(struct nouveau_vp3_decoder *dec) in strparm_bsp()
241 nouveau_vp3_bsp_begin(struct nouveau_vp3_decoder *dec) in nouveau_vp3_bsp_begin()
258 nouveau_vp3_bsp_next(struct nouveau_vp3_decoder *dec, unsigned num_buffers, in nouveau_vp3_bsp_next()
279 nouveau_vp3_bsp_end(struct nouveau_vp3_decoder *dec, union pipe_desc desc) in nouveau_vp3_bsp_end()
/external/libvpx/libvpx/test/
Ddecode_api_test.cc32 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
147 vpx_codec_ctx_t dec; in TestPeekInfo() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c67 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
Dnv98_video_ppp.c26 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()
Dnv98_video_vp.c27 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/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c33 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
95 struct nouveau_vp3_decoder *dec; in nvc0_create_decoder() local
Dnvc0_video_ppp.c26 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()
Dnvc0_video_vp.c27 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()
Dnvc0_video_bsp.c35 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/webp/src/demux/
Danim_decode.c64 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/
Dio.c199 mpd_qset_string(mpd_t *dec, const char *s, const mpd_context_t *ctx, in mpd_qset_string()
382 coeff_to_string(char *s, const mpd_t *dec) in coeff_to_string()
403 coeff_to_string_dot(char *s, char *dot, const mpd_t *dec) in coeff_to_string_dot()
446 _mpd_to_string(char **result, const mpd_t *dec, int flags, mpd_ssize_t dplace) in _mpd_to_string()
632 mpd_to_sci(const mpd_t *dec, int fmt) in mpd_to_sci()
643 mpd_to_eng(const mpd_t *dec, int fmt) in mpd_to_eng()
654 mpd_to_sci_size(char **res, const mpd_t *dec, int fmt) in mpd_to_sci_size()
663 mpd_to_eng_size(char **res, const mpd_t *dec, int fmt) in mpd_to_eng_size()
1232 mpd_qformat_spec(const mpd_t *dec, const mpd_spec_t *spec, in mpd_qformat_spec()
1384 mpd_qformat(const mpd_t *dec, const char *fmt, const mpd_context_t *ctx, in mpd_qformat()
[all …]
/external/skqp/src/core/
DSkString.cpp102 char* SkStrAppendU32(char string[], uint32_t dec) { in SkStrAppendU32()
122 char* SkStrAppendS32(char string[], int32_t dec) { in SkStrAppendS32()
131 char* SkStrAppendU64(char string[], uint64_t dec, int minDigits) { in SkStrAppendU64()
157 char* SkStrAppendS64(char string[], int64_t dec, int minDigits) { in SkStrAppendS64()
456 void SkString::insertS32(size_t offset, int32_t dec) { in insertS32()
462 void SkString::insertS64(size_t offset, int64_t dec, int minDigits) { in insertS64()
468 void SkString::insertU32(size_t offset, uint32_t dec) { in insertU32()
474 void SkString::insertU64(size_t offset, uint64_t dec, int minDigits) { in insertU64()

123456789