Searched refs:temp_scale (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | time_stretch.cc | 132 int temp_scale = 14 - (energy1_scale + energy2_scale) / 2; in Process() local 133 cross_corr = WEBRTC_SPL_SHIFT_W32(cross_corr, temp_scale); in Process() 208 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection() local 209 left_side = left_side << temp_scale; in SpeechDetection() 210 right_side = right_side >> (2 * scaling - temp_scale); in SpeechDetection()
|
D | expand.cc | 237 int16_t temp_scale = 16384 - parameters.current_voice_mix_factor; in Process() local 240 unvoiced_vector + temp_length, temp_scale, 14, in Process()
|
/external/freetype/src/cid/ |
D | cidload.c | 164 FT_Fixed temp_scale; in cid_parse_font_matrix() local 192 temp_scale = FT_ABS( temp[3] ); in cid_parse_font_matrix() 194 if ( temp_scale == 0 ) in cid_parse_font_matrix() 201 if ( temp_scale != 0x10000L ) in cid_parse_font_matrix() 204 root->units_per_EM = (FT_UShort)FT_DivFix( 1000, temp_scale ); in cid_parse_font_matrix() 206 temp[0] = FT_DivFix( temp[0], temp_scale ); in cid_parse_font_matrix() 207 temp[1] = FT_DivFix( temp[1], temp_scale ); in cid_parse_font_matrix() 208 temp[2] = FT_DivFix( temp[2], temp_scale ); in cid_parse_font_matrix() 209 temp[4] = FT_DivFix( temp[4], temp_scale ); in cid_parse_font_matrix() 210 temp[5] = FT_DivFix( temp[5], temp_scale ); in cid_parse_font_matrix()
|
/external/freetype/src/type42/ |
D | t42parse.c | 250 FT_Fixed temp_scale; in t42_parse_font_matrix() local 262 temp_scale = FT_ABS( temp[3] ); in t42_parse_font_matrix() 264 if ( temp_scale == 0 ) in t42_parse_font_matrix() 272 if ( temp_scale != 0x10000L ) in t42_parse_font_matrix() 274 temp[0] = FT_DivFix( temp[0], temp_scale ); in t42_parse_font_matrix() 275 temp[1] = FT_DivFix( temp[1], temp_scale ); in t42_parse_font_matrix() 276 temp[2] = FT_DivFix( temp[2], temp_scale ); in t42_parse_font_matrix() 277 temp[4] = FT_DivFix( temp[4], temp_scale ); in t42_parse_font_matrix() 278 temp[5] = FT_DivFix( temp[5], temp_scale ); in t42_parse_font_matrix()
|
/external/freetype/src/type1/ |
D | t1load.c | 1292 FT_Fixed temp_scale; in t1_parse_font_matrix() local 1313 temp_scale = FT_ABS( temp[3] ); in t1_parse_font_matrix() 1315 if ( temp_scale == 0 ) in t1_parse_font_matrix() 1323 if ( temp_scale != 0x10000L ) in t1_parse_font_matrix() 1326 root->units_per_EM = (FT_UShort)FT_DivFix( 1000, temp_scale ); in t1_parse_font_matrix() 1328 temp[0] = FT_DivFix( temp[0], temp_scale ); in t1_parse_font_matrix() 1329 temp[1] = FT_DivFix( temp[1], temp_scale ); in t1_parse_font_matrix() 1330 temp[2] = FT_DivFix( temp[2], temp_scale ); in t1_parse_font_matrix() 1331 temp[4] = FT_DivFix( temp[4], temp_scale ); in t1_parse_font_matrix() 1332 temp[5] = FT_DivFix( temp[5], temp_scale ); in t1_parse_font_matrix()
|
/external/freetype/ |
D | ChangeLog.23 | 5796 * src/type1/t1load.c (parse_font_matrix): Check `temp_scale'.
|