Searched refs:max3 (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | clamp.rs | 33 float3 max3 = { 1.0f, 9.0f, 4.0f}; 35 float3 res3 = clamp(src3, min3, max3);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | clamp.rs | 35 float3 max3 = { 1.0f, 9.0f, 4.0f}; 37 float3 res3 = clamp(src3, min3, max3);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | clamp.rs | 17 float3 max3 = { 1.0f, 9.0f, 4.0f}; 19 float3 res3 = clamp(src3, min3, max3);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | pitch_ol.cpp | 956 Word16 max3; in Pitch_ol() local 1122 i, pit_min, &max3, &rmax3, &r03, dtx, pOverflow); in Pitch_ol() 1150 i, pit_min, &max3, dtx, pOverflow); in Pitch_ol() 1189 if (i < max3) in Pitch_ol()
|