Searched refs:p01 (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | mipmap.cpp | 66 uint32_t p01 = src[offset+bs]; in buildAPyramid() local 69 p01 = (p01 | (p01 << 16)) & mask; in buildAPyramid() 72 uint32_t grb = ((p00 + p10 + p01 + p11) >> 2) & mask; in buildAPyramid() 88 uint32_t p01 = src[offset+bs]; in buildAPyramid() local 90 uint32_t r = ((p00>>11)+(p10>>11)+(p01>>11)+(p11>>11)+2)>>2; in buildAPyramid() 91 uint32_t g = (((p00>>6)+(p10>>6)+(p01>>6)+(p11>>6)+2)>>2)&0x3F; in buildAPyramid() 92 uint32_t b = ((p00&0x3E)+(p10&0x3E)+(p01&0x3E)+(p11&0x3E)+4)>>3; in buildAPyramid() 93 uint32_t a = ((p00&1)+(p10&1)+(p01&1)+(p11&1)+2)>>2; in buildAPyramid() 108 uint32_t p01 = src[offset+bs]; in buildAPyramid() local 111 uint32_t rb01 = p01 & 0x00FF00FF; in buildAPyramid() [all …]
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | grain.rs | 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1); 60 p00 += p01;
|
D | resize.rs | 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0)); 68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | grain.rs | 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1); 60 p00 += p01;
|
D | resize.rs | 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0)); 68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | grain.rs | 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1); 60 p00 += p01;
|
D | resize.rs | 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0)); 68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
|