Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_types.h30 vn_decode_uint64_t(struct vn_cs_decoder *dec, uint64_t *val) in vn_decode_uint64_t()
53 vn_decode_uint64_t_array(struct vn_cs_decoder *dec, uint64_t *val, uint32_t count) in vn_decode_uint64_t_array()
76 vn_decode_int32_t(struct vn_cs_decoder *dec, int32_t *val) in vn_decode_int32_t()
99 vn_decode_int32_t_array(struct vn_cs_decoder *dec, int32_t *val, uint32_t count) in vn_decode_int32_t_array()
122 vn_decode_VkStructureType(struct vn_cs_decoder *dec, VkStructureType *val) in vn_decode_VkStructureType()
143 vn_decode_size_t(struct vn_cs_decoder *dec, size_t *val) in vn_decode_size_t()
168 vn_decode_size_t_array(struct vn_cs_decoder *dec, size_t *val, uint32_t count) in vn_decode_size_t_array()
193 vn_decode_blob_array(struct vn_cs_decoder *dec, void *val, size_t size) in vn_decode_blob_array()
214 vn_decode_char_array(struct vn_cs_decoder *dec, char *val, size_t size) in vn_decode_char_array()
238 vn_decode_array_size(struct vn_cs_decoder *dec, uint64_t expected_size) in vn_decode_array_size()
[all …]
Dvn_protocol_driver_handles.h29 vn_decode_VkInstance(struct vn_cs_decoder *dec, VkInstance *val) in vn_decode_VkInstance()
52 vn_decode_VkPhysicalDevice(struct vn_cs_decoder *dec, VkPhysicalDevice *val) in vn_decode_VkPhysicalDevice()
75 vn_decode_VkDevice(struct vn_cs_decoder *dec, VkDevice *val) in vn_decode_VkDevice()
98 vn_decode_VkQueue(struct vn_cs_decoder *dec, VkQueue *val) in vn_decode_VkQueue()
121 vn_decode_VkCommandBuffer(struct vn_cs_decoder *dec, VkCommandBuffer *val) in vn_decode_VkCommandBuffer()
144 vn_decode_VkDeviceMemory(struct vn_cs_decoder *dec, VkDeviceMemory *val) in vn_decode_VkDeviceMemory()
167 vn_decode_VkCommandPool(struct vn_cs_decoder *dec, VkCommandPool *val) in vn_decode_VkCommandPool()
190 vn_decode_VkBuffer(struct vn_cs_decoder *dec, VkBuffer *val) in vn_decode_VkBuffer()
213 vn_decode_VkBufferView(struct vn_cs_decoder *dec, VkBufferView *val) in vn_decode_VkBufferView()
236 vn_decode_VkImage(struct vn_cs_decoder *dec, VkImage *val) in vn_decode_VkImage()
[all …]
Dvn_protocol_driver_device.h142 vn_decode_VkPhysicalDeviceLimits(struct vn_cs_decoder *dec, VkPhysicalDeviceLimits *val) in vn_decode_VkPhysicalDeviceLimits()
509 vn_decode_VkPhysicalDeviceSparseProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceSparsePropert… in vn_decode_VkPhysicalDeviceSparseProperties()
561 vn_decode_VkPhysicalDeviceProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceProperties *val) in vn_decode_VkPhysicalDeviceProperties()
624 vn_decode_VkQueueFamilyProperties(struct vn_cs_decoder *dec, VkQueueFamilyProperties *val) in vn_decode_VkQueueFamilyProperties()
664 vn_decode_VkMemoryType(struct vn_cs_decoder *dec, VkMemoryType *val) in vn_decode_VkMemoryType()
698 vn_decode_VkMemoryHeap(struct vn_cs_decoder *dec, VkMemoryHeap *val) in vn_decode_VkMemoryHeap()
738 vn_decode_VkPhysicalDeviceMemoryProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceMemoryPropert… in vn_decode_VkPhysicalDeviceMemoryProperties()
907 vn_decode_VkPhysicalDeviceFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceFeatures *val) in vn_decode_VkPhysicalDeviceFeatures()
1101 vn_decode_VkFormatProperties(struct vn_cs_decoder *dec, VkFormatProperties *val) in vn_decode_VkFormatProperties()
1141 vn_decode_VkImageFormatProperties(struct vn_cs_decoder *dec, VkImageFormatProperties *val) in vn_decode_VkImageFormatProperties()
[all …]
/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-textdecoder.js22 const dec = new TextDecoder(i); constant
29 const dec = new TextDecoder(i); constant
40 const dec = new TextDecoder(i, { ignoreBOM: true }); constant
46 const dec = new TextDecoder(i, { ignoreBOM: true }); constant
70 const dec = new TextDecoder(i, { fatal: true }); constant
81 const dec = new TextDecoder(i, { fatal: true }); constant
97 const dec = new TextDecoder(undefined, null); constant
106 const dec = new TextDecoder('utf-16le'); constant
113 const dec = new TextDecoder('utf-16be'); constant
120 const dec = new TextDecoder('utf-8', { ignoreBOM: true }); constant
[all …]
/third_party/skia/third_party/externals/libwebp/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()
201 static VP8StatusCode ParsePartitions(VP8Decoder* const dec, in ParsePartitions()
233 static int ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) { in ParseFilterHeader()
259 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) { in VP8GetHeaders()
511 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()
310 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
360 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes()
539 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
598 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA()
668 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
683 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
702 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
765 static void ApplyInverseTransforms(VP8LDecoder* const dec, in ApplyInverseTransforms()
788 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
272 static void SaveContext(const VP8Decoder* dec, const VP8BitReader* token_br, in SaveContext()
279 static void RestoreContext(const MBContext* context, VP8Decoder* const dec, in RestoreContext()
328 VP8Decoder* const dec = VP8New(); in DecodeWebPHeaders() local
337 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders() local
372 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in CopyParts0Data() local
400 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0() local
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c66 static rvcn_dec_message_avc_t get_h264_msg(struct radeon_decoder *dec, in get_h264_msg()
291 static rvcn_dec_message_hevc_t get_h265_msg(struct radeon_decoder *dec, in get_h265_msg()
504 static rvcn_dec_message_vp9_t get_vp9_msg(struct radeon_decoder *dec, in get_vp9_msg()
739 static rvcn_dec_message_av1_t get_av1_msg(struct radeon_decoder *dec, in get_av1_msg()
1349 static unsigned calc_ctx_size_h265_main(struct radeon_decoder *dec) in calc_ctx_size_h265_main()
1366 static unsigned calc_ctx_size_h265_main10(struct radeon_decoder *dec, in calc_ctx_size_h265_main10()
1460 static uint32_t get_ref_pic_idx(struct radeon_decoder *dec, struct pipe_video_buffer *ref) in get_ref_pic_idx()
1477 static rvcn_dec_message_mpeg2_vld_t get_mpeg2_msg(struct radeon_decoder *dec, in get_mpeg2_msg()
1523 static rvcn_dec_message_mpeg4_asp_vld_t get_mpeg4_msg(struct radeon_decoder *dec, in get_mpeg4_msg()
1566 static void rvcn_dec_message_create(struct radeon_decoder *dec) in rvcn_dec_message_create()
[all …]
Dradeon_vcn_dec_jpeg.c38 static struct pb_buffer *radeon_jpeg_get_decode_param(struct radeon_decoder *dec, in radeon_jpeg_get_decode_param()
57 static void set_reg_jpeg(struct radeon_decoder *dec, unsigned reg, unsigned cond, unsigned type, in set_reg_jpeg()
65 static void send_cmd_bitstream(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, in send_cmd_bitstream()
108 static void send_cmd_target(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, in send_cmd_target()
187 static void send_cmd_bitstream_direct(struct radeon_decoder *dec, struct pb_buffer *buf, in send_cmd_bitstream_direct()
227 static void send_cmd_target_direct(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, in send_cmd_target_direct()
281 void send_cmd_jpeg(struct radeon_decoder *dec, struct pipe_video_buffer *target, in send_cmd_jpeg()
Dradeon_uvd.c97 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, struct pb_buffer *buf, uint32_t off, in send_cmd()
131 static bool have_it(struct ruvd_decoder *dec) in have_it()
137 static void map_msg_fb_it_buf(struct ruvd_decoder *dec) in map_msg_fb_it_buf()
159 static void send_msg_buf(struct ruvd_decoder *dec) in send_msg_buf()
185 static void next_buffer(struct ruvd_decoder *dec) in next_buffer()
192 static uint32_t profile2stream_type(struct ruvd_decoder *dec, unsigned family) in profile2stream_type()
219 static unsigned calc_ctx_size_h264_perf(struct ruvd_decoder *dec) in calc_ctx_size_h264_perf()
273 static unsigned calc_ctx_size_h265_main(struct ruvd_decoder *dec) in calc_ctx_size_h265_main()
[all …]
/third_party/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()
139 static bool have_it(struct ruvd_decoder *dec) in have_it()
146 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()
198 static void next_buffer(struct ruvd_decoder *dec) in next_buffer()
205 static uint32_t profile2stream_type(struct ruvd_decoder *dec, unsigned family) in profile2stream_type()
230 static unsigned get_db_pitch_alignment(struct ruvd_decoder *dec) in get_db_pitch_alignment()
236 static unsigned calc_dpb_size(struct ruvd_decoder *dec) in calc_dpb_size()
[all …]
/third_party/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 …]
/third_party/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 …]
/third_party/openh264/codec/common/x86/
Dmc_luma.asm712 dec r5 label
726 dec r5 label
732 dec r5 label
738 dec r5 label
744 dec r5 label
750 dec r5 label
756 dec r5 label
762 dec r5 label
768 dec r5 label
776 dec r4 label
[all …]
/third_party/gn/src/gn/
Dstandard_out.cc80 void OutputMarkdownDec(TextDecoration dec) { in OutputMarkdownDec()
103 TextDecoration dec, in OutputString()
162 TextDecoration dec, in OutputString()
326 TextDecoration dec = DECORATION_NONE; in PrintLongHelp() local
/third_party/ffmpeg/libavcodec/
Dtruespeech.c82 static void truespeech_read_frame(TSContext *dec, const uint8_t *input) in truespeech_read_frame()
130 static void truespeech_correlate_filter(TSContext *dec) in truespeech_correlate_filter()
149 static void truespeech_filters_merge(TSContext *dec) in truespeech_filters_merge()
170 static void truespeech_apply_twopoint_filter(TSContext *dec, int quart) in truespeech_apply_twopoint_filter()
196 static void truespeech_place_pulses(TSContext *dec, int16_t *out, int quart) in truespeech_place_pulses()
239 static void truespeech_update_filters(TSContext *dec, int16_t *out, int quart) in truespeech_update_filters()
250 static void truespeech_synth(TSContext *dec, int16_t *out, int quart) in truespeech_synth()
/third_party/typescript/tests/cases/compiler/
DimportHelpersNoModule.ts11 declare var dec: any; variable
23 declare var dec: any; variable
DimportHelpersInIsolatedModules.ts12 declare var dec: any; variable
24 declare var dec: any; variable
/third_party/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()
/third_party/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
96 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()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.cpp357 auto &dec = meta[id].decoration; in set_decoration_string() local
373 auto &dec = meta[id].decoration; in set_decoration() local
452 auto &dec = meta[id].members[index]; in set_member_decoration() local
597 auto &dec = m->decoration; in get_decoration() local
644 auto &dec = m->decoration; in get_decoration_string() local
661 auto &dec = meta[id].decoration; in unset_decoration() local
747 auto &dec = m->members[index]; in get_member_decoration() local
783 auto &dec = m->decoration; in get_decoration_bitset() local
793 auto &dec = meta[id].members[index]; in set_member_decoration_string() local
815 auto &dec = m->members[index]; in get_member_decoration_string() local
[all …]

12345678910>>...14