/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/ |
H A D | ns_core.c | 22 void WebRtcNs_set_feature_extraction_parameters(NSinst_t* inst) { argument 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 74 WebRtcNs_InitCore(NSinst_t* inst, uint32_t fs) argument 224 WebRtcNs_set_policy_core(NSinst_t* inst, int mode) argument 255 WebRtcNs_NoiseEstimation(NSinst_t* inst, float* magn, float* noise) argument 330 WebRtcNs_FeatureParameterExtraction(NSinst_t* inst, int flag) argument 561 WebRtcNs_ComputeSpectralFlatness(NSinst_t* inst, float* magnIn) argument 600 WebRtcNs_ComputeSpectralDifference(NSinst_t* inst, float* magnIn) argument 647 WebRtcNs_SpeechNoiseProb(NSinst_t* inst, float* probSpeechFinal, float* snrLocPrior, float* snrLocPost) argument 761 WebRtcNs_AnalyzeCore(NSinst_t* inst, float* speechFrame) argument 1040 WebRtcNs_ProcessCore(NSinst_t* inst, float* speechFrame, float* speechFrameHB, float* outFrame, float* outFrameHB) argument [all...] |
H A D | 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) { 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 335 NoiseEstimationC(NsxInst_t* inst, uint16_t* magn, uint32_t* noise, int16_t* q_noise) argument 458 PrepareSpectrumC(NsxInst_t* inst, int16_t* freq_buf) argument 479 DenormalizeC(NsxInst_t* inst, int16_t* in, int factor) argument 491 SynthesisUpdateC(NsxInst_t* inst, int16_t* out_frame, int16_t gain_factor) argument 524 AnalysisUpdateC(NsxInst_t* inst, int16_t* out, int16_t* new_speech) argument 544 NormalizeRealBufferC(NsxInst_t* inst, const int16_t* in, int16_t* out) argument 584 WebRtcNsx_CalcParametricNoiseEstimate(NsxInst_t* 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 630 WebRtcNsx_InitCore(NsxInst_t* inst, uint32_t fs) argument 792 WebRtcNsx_set_policy_core(NsxInst_t* inst, int mode) argument 827 WebRtcNsx_FeatureParameterExtraction(NsxInst_t* inst, int flag) argument 1027 WebRtcNsx_ComputeSpectralFlatness(NsxInst_t* inst, uint16_t* magn) argument 1097 WebRtcNsx_ComputeSpectralDifference(NsxInst_t* inst, uint16_t* magnIn) argument 1189 WebRtcNsx_DataAnalysis(NsxInst_t* inst, short* speechFrame, uint16_t* magnU16) argument 1440 WebRtcNsx_DataSynthesis(NsxInst_t* inst, short* outFrame) argument 1519 WebRtcNsx_ProcessCore(NsxInst_t* inst, short* speechFrame, short* speechFrameHB, short* outFrame, short* outFrameHB) argument [all...] |
/external/webrtc/src/modules/audio_processing/ns/ |
H A D | ns_core.c | 22 void WebRtcNs_set_feature_extraction_parameters(NSinst_t* inst) { argument 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 = (float)1.20; //for lrt and spectral diff 34 inst->featureExtractionParams.factor2ModelPars = (float)0.9; //for spectral_flatness: 38 inst->featureExtractionParams.thresPosSpecFlat = (float)0.6; 41 inst->featureExtractionParams.limitPeakSpacingSpecFlat = 42 2 * inst 71 WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs) argument 209 WebRtcNs_set_policy_core(NSinst_t* inst, int mode) argument 240 WebRtcNs_NoiseEstimation(NSinst_t* inst, float* magn, float* noise) argument 311 WebRtcNs_FeatureParameterExtraction(NSinst_t* inst, int flag) argument 531 WebRtcNs_ComputeSpectralFlatness(NSinst_t* inst, float* magnIn) argument 568 WebRtcNs_ComputeSpectralDifference(NSinst_t* inst, float* magnIn) argument 610 WebRtcNs_SpeechNoiseProb(NSinst_t* inst, float* probSpeechFinal, float* snrLocPrior, float* snrLocPost) argument 717 WebRtcNs_ProcessCore(NSinst_t* inst, short* speechFrame, short* speechFrameHB, short* outFrame, short* outFrameHB) argument [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/ |
H A D | 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/ |
H A D | rc_test_helpers.h | 3 struct rc_instruction * inst, 8 struct rc_instruction * inst, 12 struct rc_instruction * inst,
|
/external/clang/test/Index/ |
H A D | 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 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
H A D | 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,
|
H A D | r500_fragprog.c | 65 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 D | 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 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 D | radeon_program_tex.h | 36 struct rc_instruction * inst,
|
H A D | radeon_pair_translate.c | 38 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 D | radeon_program_alu.c | 197 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...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | 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,
|
H A D | r500_fragprog.c | 65 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 D | 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 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 D | radeon_program_tex.h | 36 struct rc_instruction * inst,
|
H A D | radeon_pair_translate.c | 38 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 D | radeon_program_alu.c | 197 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...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
H A D | brw_vec4_copy_propagation.cpp | 40 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 D | brw_fs_copy_propagation.cpp | 35 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...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_vec4_copy_propagation.cpp | 40 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 D | brw_fs_copy_propagation.cpp | 35 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...] |
/external/webrtc/src/common_audio/vad/ |
H A D | vad_core.c | 66 int WebRtcVad_InitCore(VadInstT *inst, short mode) argument 71 inst->vad = 1; 72 inst->frame_counter = 0; 73 inst->over_hang = 0; 74 inst->num_of_speech = 0; 77 inst->downsampling_filter_states[0] = 0; 78 inst->downsampling_filter_states[1] = 0; 79 inst->downsampling_filter_states[2] = 0; 80 inst->downsampling_filter_states[3] = 0; 85 inst 193 WebRtcVad_set_mode_core(VadInstT *inst, short mode) argument 275 WebRtcVad_CalcVad32khz(VadInstT *inst, WebRtc_Word16 *speech_frame, int frame_length) argument 297 WebRtcVad_CalcVad16khz(VadInstT *inst, WebRtc_Word16 *speech_frame, int frame_length) argument 313 WebRtcVad_CalcVad8khz(VadInstT *inst, WebRtc_Word16 *speech_frame, int frame_length) argument 329 WebRtcVad_GmmProbability(VadInstT *inst, WebRtc_Word16 *feature_vector, WebRtc_Word16 total_power, int frame_length) argument [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
H A D | prog_opt_constant_fold.c | 34 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...] |
/external/mesa3d/src/mesa/program/ |
H A D | prog_opt_constant_fold.c | 34 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...] |