HomeSort by relevance Sort by last modified time
    Searched refs:inst (Results 1 - 25 of 544) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.c 22 void WebRtcNs_set_feature_extraction_parameters(NSinst_t* inst) {
24 inst->featureExtractionParams.binSizeLrt = (float)0.1;
25 inst->featureExtractionParams.binSizeSpecFlat = (float)0.05;
26 inst->featureExtractionParams.binSizeSpecDiff = (float)0.1;
29 inst->featureExtractionParams.rangeAvgHistLrt = (float)1.0;
33 inst->featureExtractionParams.factor1ModelPars =
35 inst->featureExtractionParams.factor2ModelPars =
40 inst->featureExtractionParams.thresPosSpecFlat = (float)0.6;
44 inst->featureExtractionParams.limitPeakSpacingSpecFlat =
45 2 * inst->featureExtractionParams.binSizeSpecFlat
    [all...]
nsx_core.c 164 // 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(NsxInst_t* inst, int offset) {
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->quantile[i]=exp(inst->lquantile[offset+i])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.h 3 struct rc_instruction * inst,
8 struct rc_instruction * inst,
12 struct rc_instruction * inst,
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.h 3 struct rc_instruction * inst,
8 struct rc_instruction * inst,
12 struct rc_instruction * inst,
  /external/clang/test/Index/
cursor-ref-names.cpp 17 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:17:9 Extent=[22:5 - 22:9
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_alu.h 35 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,
r500_fragprog.c 65 struct rc_instruction * inst; local
76 if (writer->ReaderCount > 1 || writer->Inst->IP < inst_if->IP) {
85 for (inst = writer->Inst; inst != inst_if; inst = inst->Next) {
87 rc_get_opcode_info(inst->U.I.Opcode);
132 switch(writer->Inst->U.I.Opcode) {
157 writer->Inst->U.I.Opcode = RC_OPCODE_SUB
374 uint32_t inst; local
    [all...]
radeon_program.c 57 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 = inst->Next)
171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); local
195 struct rc_instruction * inst = rc_alloc_instruction(c); local
214 struct rc_instruction * inst; local
    [all...]
radeon_program_tex.h 36 struct rc_instruction * inst,
radeon_pair_translate.c 38 static void final_rewrite(struct rc_sub_instruction *inst)
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->SrcReg[2] = inst->SrcReg[0]
    [all...]
radeon_program_alu.c 197 static int is_dst_safe_to_reuse(struct rc_instruction *inst)
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->U.I.DstReg.WriteMask)
1241 struct rc_instruction * inst; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.h 35 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,
r500_fragprog.c 65 struct rc_instruction * inst; local
76 if (writer->ReaderCount > 1 || writer->Inst->IP < inst_if->IP) {
85 for (inst = writer->Inst; inst != inst_if; inst = inst->Next) {
87 rc_get_opcode_info(inst->U.I.Opcode);
132 switch(writer->Inst->U.I.Opcode) {
157 writer->Inst->U.I.Opcode = RC_OPCODE_SUB
374 uint32_t inst; local
    [all...]
radeon_program.c 57 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 = inst->Next)
171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); local
195 struct rc_instruction * inst = rc_alloc_instruction(c); local
214 struct rc_instruction * inst; local
    [all...]
radeon_program_tex.h 36 struct rc_instruction * inst,
radeon_pair_translate.c 38 static void final_rewrite(struct rc_sub_instruction *inst)
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->SrcReg[2] = inst->SrcReg[0]
    [all...]
radeon_program_alu.c 197 static int is_dst_safe_to_reuse(struct rc_instruction *inst)
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->U.I.DstReg.WriteMask)
1241 struct rc_instruction * inst; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_copy_propagation.cpp 40 is_direct_copy(vec4_instruction *inst)
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)
241 vec4_instruction *inst = (vec4_instruction *)node; local
    [all...]
brw_fs_copy_propagation.cpp 35 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry)
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->src[arg].reg_offset = entry->src.reg_offset
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_copy_propagation.cpp 40 is_direct_copy(vec4_instruction *inst)
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)
241 vec4_instruction *inst = (vec4_instruction *)node; local
    [all...]
brw_fs_copy_propagation.cpp 35 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry)
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->src[arg].reg_offset = entry->src.reg_offset
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_opt_constant_fold.c 34 src_regs_are_constant(const struct prog_instruction *inst, unsigned num_srcs)
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->SrcReg[1].File = PROGRAM_UNDEFINED
    [all...]
programopt.c 257 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->Opcode == OPCODE_END); /* we'll overwrite this inst *
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...]
  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 34 src_regs_are_constant(const struct prog_instruction *inst, unsigned num_srcs)
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->SrcReg[1].File = PROGRAM_UNDEFINED
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 148 WebRtcCngEncInst_t* inst = (WebRtcCngEncInst_t*) cng_inst; local
149 memset(inst, 0, sizeof(WebRtcCngEncInst_t));
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->enc_reflCoefs[i] = 0
175 WebRtcCngDecInst_t* inst = (WebRtcCngDecInst_t*) cng_inst; local
233 WebRtcCngEncInst_t* inst = (WebRtcCngEncInst_t*) cng_inst; local
416 WebRtcCngDecInst_t* inst = (WebRtcCngDecInst_t*) cng_inst; local
477 WebRtcCngDecInst_t* inst = (WebRtcCngDecInst_t*) cng_inst; local
594 WebRtcCngEncInst_t* inst = (WebRtcCngEncInst_t*) cng_inst; local
600 WebRtcCngDecInst_t* inst = (WebRtcCngDecInst_t*) cng_inst; local
    [all...]

Completed in 666 milliseconds

1 2 3 4 5 6 7 8 91011>>