Searched refs:poly (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | shadows.rscript | 28 static float poly[] = { 39 static float fastevalPoly(float *poly,int n, float x){ 42 float sum = poly[0]+poly[1]*f; 46 sum += poly[i]*f; 182 poly[i] = fastevalPoly(shadowFilterMap+i*2,2 , s); 188 float v = (fastevalPoly(poly, 5, hsv.x * (1.f / 4080.f)) * 4080.f);
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | shadows_f.rscript | 28 static float poly[] = { 39 static float fastevalPoly(float *poly,int n, float x){ 42 float sum = poly[0]+poly[1]*f; 46 sum += poly[i]*f; 182 poly[i] = fastevalPoly(shadowFilterMap+i*2,2 , s); 188 float v = (fastevalPoly(poly, 5, hsv.x * (1.f / 4080.f)) * 4080.f);
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | shadows.rscript | 28 static float poly[] = { 39 static float fastevalPoly(float *poly,int n, float x){ 42 float sum = poly[0]+poly[1]*f; 46 sum += poly[i]*f; 182 poly[i] = fastevalPoly(shadowFilterMap+i*2,2 , s); 188 float v = (fastevalPoly(poly, 5, hsv.x * (1.f / 4080.f)) * 4080.f);
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | shadows.rscript | 28 static float poly[] = { 39 static float fastevalPoly(float *poly,int n, float x){ 42 float sum = poly[0]+poly[1]*f; 46 sum += poly[i]*f; 182 poly[i] = fastevalPoly(shadowFilterMap+i*2,2 , s); 188 float v = (fastevalPoly(poly, 5, hsv.x * (1.f / 4080.f)) * 4080.f);
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | find_region.rscript | 30 int2 __attribute__((invoke_cpu)) findBestFit(rs_allocation poly, rs_allocation image) { 33 borderLength = rsAllocationGetDimX(poly); 38 foreach(toInt, poly , border_coords);
|
D | healing.rscript | 25 void __attribute__((invoke_cpu)) findBestFit(rs_allocation poly,
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 118 Poly poly; in visibilityTest() local 119 float* pDest = & poly.vert[0].sx; in visibilityTest() 121 poly.n = 3; in visibilityTest() 125 result = poly_clip_to_frustum(&poly); in visibilityTest()
|
/frameworks/av/media/libstagefright/ |
D | MPEG2TSWriter.cpp | 956 uint32_t poly = 0x04C11DB7; in initCrcTable() local 961 crc = (crc << 1) ^ ((crc & 0x80000000) ? (poly) : 0); in initCrcTable()
|