Searched refs:inst (Results 1 - 25 of 371) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AArch64/
H A Dinst-directive-diagnostic.s9 .inst
12 .inst 0x5e104020,
15 .inst .Label
18 .inst 0x5e104020 0x5e104020
H A Dinst-directive.s13 .section .inst.aarch64_inst
19 .inst 0x5e104020
25 // CHECK-ASM: .inst 0x5e104020
28 // CHECK-OBJ: Name: .inst.aarch64_inst
33 // CHECK-SYMS-NOT: 0000000000000000 .inst.aarch64_inst 00000000 $d
34 // CHECK-SYMS: 0000000000000000 .inst.aarch64_inst 00000000 $x
35 // CHECK-SYMS-NOT: 0000000000000000 .inst.aarch64_inst 00000000 $d
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.h3 struct rc_instruction * inst,
8 struct rc_instruction * inst,
12 struct rc_instruction * inst,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac_float_type.h21 static inline int16_t Control(instance_type* inst, argument
24 return WebRtcIsac_Control(inst, rate, framesize);
26 static inline int16_t ControlBwe(instance_type* inst, argument
30 return WebRtcIsac_ControlBwe(inst, rate_bps, frame_size_ms,
33 static inline int16_t Create(instance_type** inst) { argument
34 return WebRtcIsac_Create(inst);
36 static inline int DecodeInternal(instance_type* inst, argument
41 return WebRtcIsac_Decode(inst, encoded, len, decoded, speech_type);
43 static inline size_t DecodePlc(instance_type* inst, argument
46 return WebRtcIsac_DecodePlc(inst, decode
49 DecoderInit(instance_type* inst) argument
52 Encode(instance_type* inst, const int16_t* speech_in, uint8_t* encoded) argument
57 EncoderInit(instance_type* inst, int16_t coding_mode) argument
60 EncSampRate(instance_type* inst) argument
64 Free(instance_type* inst) argument
67 GetBandwidthInfo(instance_type* inst, IsacBandwidthInfo* bwinfo) argument
71 GetErrorCode(instance_type* inst) argument
75 GetNewFrameLen(instance_type* inst) argument
78 SetBandwidthInfo(instance_type* inst, const IsacBandwidthInfo* bwinfo) argument
82 SetDecSampRate(instance_type* inst, uint16_t sample_rate_hz) argument
86 SetEncSampRate(instance_type* inst, uint16_t sample_rate_hz) argument
90 SetEncSampRateInDecoder(instance_type* inst, uint16_t sample_rate_hz) argument
94 SetInitialBweBottleneck(instance_type* inst, int bottleneck_bits_per_second) argument
98 UpdateBwEstimate(instance_type* inst, const uint8_t* encoded, size_t packet_size, uint16_t rtp_seq_number, uint32_t send_ts, uint32_t arr_ts) argument
107 SetMaxPayloadSize(instance_type* inst, int16_t max_payload_size_bytes) argument
111 SetMaxRate(instance_type* inst, int32_t max_bit_rate) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disac_fix_type.h23 static inline int16_t Control(instance_type* inst, argument
26 return WebRtcIsacfix_Control(inst, rate, framesize);
28 static inline int16_t ControlBwe(instance_type* inst, argument
32 return WebRtcIsacfix_ControlBwe(inst, rate_bps, frame_size_ms,
35 static inline int16_t Create(instance_type** inst) { argument
36 return WebRtcIsacfix_Create(inst);
38 static inline int DecodeInternal(instance_type* inst, argument
43 return WebRtcIsacfix_Decode(inst, encoded, len, decoded, speech_type);
45 static inline size_t DecodePlc(instance_type* inst, argument
48 return WebRtcIsacfix_DecodePlc(inst, decode
50 DecoderInit(instance_type* inst) argument
53 Encode(instance_type* inst, const int16_t* speech_in, uint8_t* encoded) argument
58 EncoderInit(instance_type* inst, int16_t coding_mode) argument
61 EncSampRate(instance_type* inst) argument
65 Free(instance_type* inst) argument
68 GetBandwidthInfo(instance_type* inst, IsacBandwidthInfo* bwinfo) argument
72 GetErrorCode(instance_type* inst) argument
76 GetNewFrameLen(instance_type* inst) argument
79 SetBandwidthInfo(instance_type* inst, const IsacBandwidthInfo* bwinfo) argument
83 SetDecSampRate(instance_type* inst, uint16_t sample_rate_hz) argument
88 SetEncSampRate(instance_type* inst, uint16_t sample_rate_hz) argument
93 SetEncSampRateInDecoder(instance_type* inst, uint16_t sample_rate_hz) argument
97 SetInitialBweBottleneck(instance_type* inst, int bottleneck_bits_per_second) argument
101 UpdateBwEstimate(instance_type* inst, const uint8_t* encoded, size_t packet_size, uint16_t rtp_seq_number, uint32_t send_ts, uint32_t arr_ts) argument
110 SetMaxPayloadSize(instance_type* inst, int16_t max_payload_size_bytes) argument
114 SetMaxRate(instance_type* inst, int32_t max_bit_rate) argument
[all...]
/external/clang/test/Index/
H A Dcursor-ref-names.cpp17 Sub inst; local
18 inst.func();
19 inst[1];
20 inst.operator[](1);
22 inst.Base<int>::operator[](1);
30 // CHECK: cursor-ref-names.cpp:17:9: VarDecl=inst:17:9 (Definition) Extent=[17:5 - 17:13]
35 // CHECK: cursor-ref-names.cpp:18:5: DeclRefExpr=inst:17:9 Extent=[18:5 - 18:9]
37 // CHECK: cursor-ref-names.cpp:19:5: DeclRefExpr=inst:17:9 Extent=[19:5 - 19:9]
41 // CHECK: cursor-ref-names.cpp:20:5: DeclRefExpr=inst:17:9 Extent=[20:5 - 20:9]
44 // CHECK: cursor-ref-names.cpp:22:5: DeclRefExpr=inst
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.h35 struct rc_instruction * inst,
40 struct rc_instruction * inst,
45 struct rc_instruction * inst,
50 struct rc_instruction * inst,
55 struct rc_instruction *inst,
60 struct rc_instruction * inst,
H A Dr500_fragprog.c65 struct rc_instruction * inst; local
85 for (inst = writer->Inst; inst != inst_if; inst = inst->Next) {
87 rc_get_opcode_info(inst->U.I.Opcode);
374 uint32_t inst; local
380 inst0 = inst = code->inst[n].inst0;
381 fprintf(stderr,"%d\t0:CMN_INST 0x%08x:", n, inst);
[all...]
H A Dradeon_program.c57 struct rc_instruction * inst = c->Program.Instructions.Next; local
59 while(inst != &c->Program.Instructions) {
60 struct rc_instruction * current = inst;
63 inst = inst->Next;
81 struct rc_instruction * inst,
109 struct rc_instruction * inst; local
114 for(inst = c->Program.Instructions.Next;
115 inst != &c->Program.Instructions; inst
79 get_used_temporaries_cb( void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) argument
171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); local
184 rc_insert_instruction(struct rc_instruction * after, struct rc_instruction * inst) argument
195 struct rc_instruction * inst = rc_alloc_instruction(c); local
202 rc_remove_instruction(struct rc_instruction * inst) argument
214 struct rc_instruction * inst; local
[all...]
H A Dradeon_program_tex.h36 struct rc_instruction * inst,
H A Dradeon_pair_translate.c38 static void final_rewrite(struct rc_sub_instruction *inst) argument
42 switch(inst->Opcode) {
44 inst->SrcReg[2] = inst->SrcReg[1];
45 inst->SrcReg[1].File = RC_FILE_NONE;
46 inst->SrcReg[1].Swizzle = RC_SWIZZLE_1111;
47 inst->SrcReg[1].Negate = RC_MASK_NONE;
48 inst->Opcode = RC_OPCODE_MAD;
51 tmp = inst->SrcReg[2];
52 inst
87 classify_instruction(struct rc_sub_instruction * inst, int * needrgb, int * needalpha, int * istranscendent) argument
149 set_pair_instruction(struct r300_fragment_program_compiler *c, struct rc_pair_instruction * pair, struct rc_sub_instruction * inst) argument
328 check_opcode_support(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) argument
[all...]
H A Dradeon_program_alu.c197 static int is_dst_safe_to_reuse(struct rc_instruction *inst) argument
199 const struct rc_opcode_info *info = rc_get_opcode_info(inst->U.I.Opcode);
204 if (inst->U.I.DstReg.File != RC_FILE_TEMPORARY)
208 if (inst->U.I.SrcReg[i].File == RC_FILE_TEMPORARY &&
209 inst->U.I.SrcReg[i].Index == inst->U.I.DstReg.Index)
217 struct rc_instruction *inst)
221 if (is_dst_safe_to_reuse(inst))
222 tmp = inst->U.I.DstReg.Index;
226 return dstregtmpmask(tmp, inst
216 try_to_reuse_dst(struct radeon_compiler *c, struct rc_instruction *inst) argument
229 transform_ABS(struct radeon_compiler* c, struct rc_instruction* inst) argument
239 transform_CEIL(struct radeon_compiler* c, struct rc_instruction* inst) argument
259 transform_CLAMP(struct radeon_compiler *c, struct rc_instruction *inst) argument
275 transform_DP2(struct radeon_compiler* c, struct rc_instruction* inst) argument
290 transform_DPH(struct radeon_compiler* c, struct rc_instruction* inst) argument
305 transform_DST(struct radeon_compiler* c, struct rc_instruction* inst) argument
314 transform_FLR(struct radeon_compiler* c, struct rc_instruction* inst) argument
324 transform_TRUNC(struct radeon_compiler* c, struct rc_instruction* inst) argument
360 transform_LIT(struct radeon_compiler* c, struct rc_instruction* inst) argument
425 transform_LRP(struct radeon_compiler* c, struct rc_instruction* inst) argument
440 transform_POW(struct radeon_compiler* c, struct rc_instruction* inst) argument
464 transform_ROUND(struct radeon_compiler* c, struct rc_instruction* inst) argument
492 transform_RSQ(struct radeon_compiler* c, struct rc_instruction* inst) argument
498 transform_SEQ(struct radeon_compiler* c, struct rc_instruction* inst) argument
510 transform_SFL(struct radeon_compiler* c, struct rc_instruction* inst) argument
517 transform_SGE(struct radeon_compiler* c, struct rc_instruction* inst) argument
529 transform_SGT(struct radeon_compiler* c, struct rc_instruction* inst) argument
541 transform_SLE(struct radeon_compiler* c, struct rc_instruction* inst) argument
553 transform_SLT(struct radeon_compiler* c, struct rc_instruction* inst) argument
565 transform_SNE(struct radeon_compiler* c, struct rc_instruction* inst) argument
577 transform_SSG(struct radeon_compiler* c, struct rc_instruction* inst) argument
615 transform_SUB(struct radeon_compiler* c, struct rc_instruction* inst) argument
622 transform_SWZ(struct radeon_compiler* c, struct rc_instruction* inst) argument
628 transform_XPD(struct radeon_compiler* c, struct rc_instruction* inst) argument
659 radeonTransformALU( struct radeon_compiler * c, struct rc_instruction* inst, void* unused) argument
695 transform_r300_vertex_ABS(struct radeon_compiler* c, struct rc_instruction* inst) argument
704 transform_r300_vertex_CMP(struct radeon_compiler* c, struct rc_instruction* inst) argument
733 transform_r300_vertex_DP2(struct radeon_compiler* c, struct rc_instruction* inst) argument
741 transform_r300_vertex_DP3(struct radeon_compiler* c, struct rc_instruction* inst) argument
756 transform_r300_vertex_fix_LIT(struct radeon_compiler* c, struct rc_instruction* inst) argument
780 transform_r300_vertex_SEQ(struct radeon_compiler *c, struct rc_instruction *inst) argument
807 transform_r300_vertex_SNE(struct radeon_compiler *c, struct rc_instruction *inst) argument
834 transform_r300_vertex_SGT(struct radeon_compiler* c, struct rc_instruction* inst) argument
843 transform_r300_vertex_SLE(struct radeon_compiler* c, struct rc_instruction* inst) argument
852 transform_r300_vertex_SSG(struct radeon_compiler* c, struct rc_instruction* inst) argument
888 transform_vertex_TRUNC(struct radeon_compiler* c, struct rc_instruction* inst) argument
903 r300_transform_vertex_alu( struct radeon_compiler * c, struct rc_instruction* inst, void* unused) argument
974 sin_approx( struct radeon_compiler* c, struct rc_instruction * inst, struct rc_dst_register dst, struct rc_src_register src, const unsigned int* constants) argument
1002 r300_transform_trig_simple(struct radeon_compiler* c, struct rc_instruction* inst, void* unused) argument
1083 r300_transform_SIN_COS_SCS(struct radeon_compiler *c, struct rc_instruction *inst, unsigned srctmp) argument
1120 radeonTransformTrigScale(struct radeon_compiler* c, struct rc_instruction* inst, void* unused) argument
1152 r300_transform_trig_scale_vertex(struct radeon_compiler *c, struct rc_instruction *inst, void *unused) argument
1196 radeonTransformDeriv(struct radeon_compiler* c, struct rc_instruction* inst, void* unused) argument
1241 struct rc_instruction * inst; local
[all...]
H A Dradeon_pair_dead_sources.c20 struct rc_instruction * inst,
28 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1;
32 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1;
43 struct rc_instruction * inst; local
44 for (inst = c->Program.Instructions.Next;
45 inst != &c->Program.Instructions;
46 inst = inst->Next) {
48 if (inst->Type == RC_INSTRUCTION_NORMAL)
53 inst
19 mark_used( struct rc_instruction * inst, struct rc_pair_sub_instruction * sub) argument
[all...]
/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core.c164 // if (gain <= inst->denoiseBound) {
165 // factor2 = 1.0 - 0.3 * (blim - inst->denoiseBound);
238 // sum of log2(i) from table index to inst->anaLen2 in Q5
252 // sum of log2(i)^2 from table index to inst->anaLen2 in Q2
303 static void UpdateNoiseEstimate(NoiseSuppressionFixedC* inst, int offset) { argument
311 tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
312 inst->magnLen);
314 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
316 for (i = 0; i < inst->magnLen; i++) {
317 // inst
334 NoiseEstimationC(NoiseSuppressionFixedC* inst, uint16_t* magn, uint32_t* noise, int16_t* q_noise) argument
456 PrepareSpectrumC(NoiseSuppressionFixedC* inst, int16_t* freq_buf) argument
477 DenormalizeC(NoiseSuppressionFixedC* inst, int16_t* in, int factor) argument
491 SynthesisUpdateC(NoiseSuppressionFixedC* inst, int16_t* out_frame, int16_t gain_factor) argument
523 AnalysisUpdateC(NoiseSuppressionFixedC* inst, int16_t* out, int16_t* new_speech) argument
542 NormalizeRealBufferC(NoiseSuppressionFixedC* inst, const int16_t* in, int16_t* out) argument
583 WebRtcNsx_CalcParametricNoiseEstimate(NoiseSuppressionFixedC* inst, int16_t pink_noise_exp_avg, int32_t pink_noise_num_avg, int freq_index, uint32_t* noise_estimate, uint32_t* noise_estimate_avg) argument
628 WebRtcNsx_InitCore(NoiseSuppressionFixedC* inst, uint32_t fs) argument
783 WebRtcNsx_set_policy_core(NoiseSuppressionFixedC* inst, int mode) argument
818 WebRtcNsx_FeatureParameterExtraction(NoiseSuppressionFixedC* inst, int flag) argument
1019 WebRtcNsx_ComputeSpectralFlatness(NoiseSuppressionFixedC* inst, uint16_t* magn) argument
1088 WebRtcNsx_ComputeSpectralDifference(NoiseSuppressionFixedC* inst, uint16_t* magnIn) argument
1182 WebRtcNsx_DataAnalysis(NoiseSuppressionFixedC* inst, short* speechFrame, uint16_t* magnU16) argument
1420 WebRtcNsx_DataSynthesis(NoiseSuppressionFixedC* inst, short* outFrame) argument
1500 WebRtcNsx_ProcessCore(NoiseSuppressionFixedC* inst, const short* const* speechFrame, int num_bands, short* const* outFrame) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_copy_propagation.cpp40 is_direct_copy(vec4_instruction *inst) argument
42 return (inst->opcode == BRW_OPCODE_MOV &&
43 !inst->predicate &&
44 inst->dst.file == GRF &&
45 !inst->saturate &&
46 !inst->dst.reladdr &&
47 !inst->src[0].reladdr &&
48 inst->dst.type == inst->src[0].type);
52 is_dominated_by_previous_instruction(vec4_instruction *inst) argument
61 try_constant_propagation(vec4_instruction *inst, int arg, src_reg *values[4]) argument
163 try_copy_propagation(struct intel_context *intel, vec4_instruction *inst, int arg, src_reg *values[4]) argument
241 vec4_instruction *inst = (vec4_instruction *)node; local
[all...]
H A Dbrw_fs_copy_propagation.cpp35 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry) argument
37 if (inst->src[arg].file != entry->dst.file ||
38 inst->src[arg].reg != entry->dst.reg ||
39 inst->src[arg].reg_offset != entry->dst.reg_offset) {
44 if (inst->conditional_mod &&
45 inst->src[arg].type == BRW_REGISTER_TYPE_UD &&
51 if (intel->gen == 6 && inst->is_math() &&
55 inst->src[arg].file = entry->src.file;
56 inst->src[arg].reg = entry->src.reg;
57 inst
[all...]
H A Dbrw_disasm.c528 static int dest (FILE *file, struct brw_instruction *inst) argument
532 if (inst->header.access_mode == BRW_ALIGN_1)
534 if (inst->bits1.da1.dest_address_mode == BRW_ADDRESS_DIRECT)
536 err |= reg (file, inst->bits1.da1.dest_reg_file, inst->bits1.da1.dest_reg_nr);
539 if (inst->bits1.da1.dest_subreg_nr)
540 format (file, ".%d", inst->bits1.da1.dest_subreg_nr /
541 reg_type_size[inst->bits1.da1.dest_reg_type]);
543 err |= control (file, "horiz stride", horiz_stride, inst->bits1.da1.dest_horiz_stride, NULL);
545 err |= control (file, "dest reg encoding", reg_encoding, inst
585 dest_3src(FILE *file, struct brw_instruction *inst) argument
723 src0_3src(FILE *file, struct brw_instruction *inst) argument
771 src1_3src(FILE *file, struct brw_instruction *inst) argument
824 src2_3src(FILE *file, struct brw_instruction *inst) argument
874 imm(FILE *file, GLuint type, struct brw_instruction *inst) argument
903 src0(FILE *file, struct brw_instruction *inst) argument
963 src1(FILE *file, struct brw_instruction *inst) argument
1032 qtr_ctrl(FILE *file, struct brw_instruction *inst) argument
1061 brw_disasm(FILE *file, struct brw_instruction *inst, int gen) argument
[all...]
H A Dbrw_fs_schedule_instructions.cpp58 schedule_node(fs_inst *inst) argument
60 this->inst = inst;
71 switch (inst->opcode) {
103 fs_inst *inst; member in class:schedule_node
132 void add_inst(fs_inst *inst);
136 bool is_compressed(fs_inst *inst);
147 instruction_scheduler::add_inst(fs_inst *inst) argument
149 schedule_node *n = new(mem_ctx) schedule_node(inst);
151 assert(!inst
240 is_compressed(fs_inst *inst) argument
275 fs_inst *inst = n->inst; local
359 fs_inst *inst = n->inst; local
511 fs_inst *inst = next_block_header; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_opt_constant_fold.c34 src_regs_are_constant(const struct prog_instruction *inst, unsigned num_srcs) argument
39 if (inst->SrcReg[i].File != PROGRAM_CONSTANT)
137 struct prog_instruction *const inst = &prog->Instructions[i]; local
139 switch (inst->Opcode) {
141 if (src_regs_are_constant(inst, 2)) {
146 get_value(prog, &inst->SrcReg[0], a);
147 get_value(prog, &inst->SrcReg[1], b);
154 inst->Opcode = OPCODE_MOV;
155 inst->SrcReg[0] = src_reg_for_vec4(prog, result);
157 inst
[all...]
H A Dprogramopt.c257 struct prog_instruction *newInst, *inst; local
299 inst = newInst;
301 if (inst->Opcode == OPCODE_END)
303 if (inst->DstReg.File == PROGRAM_OUTPUT &&
304 inst->DstReg.Index == FRAG_RESULT_COLOR) {
306 inst->DstReg.File = PROGRAM_TEMPORARY;
307 inst->DstReg.Index = colorTemp;
308 inst->SaturateMode = saturate;
311 inst++;
313 assert(inst
421 is_texture_instruction(const struct prog_instruction *inst) argument
453 const struct prog_instruction *inst = prog->Instructions + i; local
528 struct prog_instruction *inst = prog->Instructions + i; local
553 struct prog_instruction *inst = prog->Instructions + i; local
564 struct prog_instruction *inst; local
570 struct prog_instruction *inst = prog->Instructions + i; local
606 struct prog_instruction *inst; local
647 struct prog_instruction *inst; local
[all...]
H A Dprog_parameter_layout.c120 struct asm_instruction *inst; local
129 for (inst = state->inst_head; inst != NULL; inst = inst->next) {
131 if (inst->SrcReg[i].Base.RelAddr) {
134 if (!inst->SrcReg[i].Symbol->pass1_done) {
137 inst->SrcReg[i].Symbol->param_binding_begin,
138 inst->SrcReg[i].Symbol->param_binding_length);
145 inst
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.h39 * - inst : a pointer to Encoder context that is created
45 int16_t WebRtcOpus_EncoderCreate(OpusEncInst** inst,
49 int16_t WebRtcOpus_EncoderFree(OpusEncInst* inst);
58 * - inst : Encoder context
69 int WebRtcOpus_Encode(OpusEncInst* inst,
81 * - inst : Encoder context
87 int16_t WebRtcOpus_SetBitRate(OpusEncInst* inst, int32_t rate);
95 * - inst : Encoder context
100 int16_t WebRtcOpus_SetPacketLossRate(OpusEncInst* inst, int32_t loss_rate);
112 * - inst
[all...]
H A Dopus_interface.c44 int16_t WebRtcOpus_EncoderCreate(OpusEncInst** inst, argument
48 if (!inst)
80 *inst = state;
84 int16_t WebRtcOpus_EncoderFree(OpusEncInst* inst) { argument
85 if (inst) {
86 opus_encoder_destroy(inst->encoder);
87 free(inst->zero_counts);
88 free(inst);
95 int WebRtcOpus_Encode(OpusEncInst* inst, argument
110 const size_t channels = inst
159 WebRtcOpus_SetBitRate(OpusEncInst* inst, int32_t rate) argument
167 WebRtcOpus_SetPacketLossRate(OpusEncInst* inst, int32_t loss_rate) argument
176 WebRtcOpus_SetMaxPlaybackRate(OpusEncInst* inst, int32_t frequency_hz) argument
197 WebRtcOpus_EnableFec(OpusEncInst* inst) argument
205 WebRtcOpus_DisableFec(OpusEncInst* inst) argument
213 WebRtcOpus_EnableDtx(OpusEncInst* inst) argument
231 WebRtcOpus_DisableDtx(OpusEncInst* inst) argument
243 WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity) argument
251 WebRtcOpus_DecoderCreate(OpusDecInst** inst, size_t channels) argument
282 WebRtcOpus_DecoderFree(OpusDecInst* inst) argument
292 WebRtcOpus_DecoderChannels(OpusDecInst* inst) argument
296 WebRtcOpus_DecoderInit(OpusDecInst* inst) argument
302 DetermineAudioType(OpusDecInst* inst, size_t encoded_bytes) argument
319 DecodeNative(OpusDecInst* inst, const uint8_t* encoded, size_t encoded_bytes, int frame_size, int16_t* decoded, int16_t* audio_type, int decode_fec) argument
333 WebRtcOpus_Decode(OpusDecInst* inst, const uint8_t* encoded, size_t encoded_bytes, int16_t* decoded, int16_t* audio_type) argument
360 WebRtcOpus_DecodePlc(OpusDecInst* inst, int16_t* decoded, int number_of_lost_frames) argument
381 WebRtcOpus_DecodeFec(OpusDecInst* inst, const uint8_t* encoded, size_t encoded_bytes, int16_t* decoded, int16_t* audio_type) argument
402 WebRtcOpus_DurationEst(OpusDecInst* inst, const uint8_t* payload, size_t payload_length_bytes) argument
425 WebRtcOpus_PlcDuration(OpusDecInst* inst) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.c148 WebRtcCngEncoder* inst = (WebRtcCngEncoder*) cng_inst; local
149 memset(inst, 0, sizeof(WebRtcCngEncoder));
153 inst->errorcode = CNG_DISALLOWED_LPC_ORDER;
157 inst->enc_sampfreq = fs;
158 inst->enc_interval = interval;
159 inst->enc_nrOfCoefs = quality;
160 inst->enc_msSinceSID = 0;
161 inst->enc_seed = 7777; /* For debugging only. */
162 inst->enc_Energy = 0;
164 inst
175 WebRtcCngDecoder* inst = (WebRtcCngDecoder*) cng_inst; local
231 WebRtcCngEncoder* inst = (WebRtcCngEncoder*) cng_inst; local
417 WebRtcCngDecoder* inst = (WebRtcCngDecoder*) cng_inst; local
478 WebRtcCngDecoder* inst = (WebRtcCngDecoder*) cng_inst; local
595 WebRtcCngEncoder* inst = (WebRtcCngEncoder*) cng_inst; local
601 WebRtcCngDecoder* inst = (WebRtcCngDecoder*) cng_inst; local
[all...]
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
H A DMain.java43 MigratorFrame inst = new MigratorFrame();
44 inst.setLocationRelativeTo(null);
45 inst.setVisible(true);

Completed in 510 milliseconds

1234567891011>>