/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | reduce_general_input.rscript | 24 static void my_half_2_accum(int *accum, half in, uint x) { } 27 static void my_half_3_accum(int *accum, half in, rs_kernel_context context, uint x) { } 30 static void my_half_4_accum(int *accum, half in, uint y) { } 33 static void my_half_5_accum(int *accum, half in, rs_kernel_context context, uint y) { } 36 static void my_half_6_accum(int *accum, half in, uint x, uint y) { } 39 static void my_half_7_accum(int *accum, half in, rs_kernel_context context, uint x, uint y) { } 42 static void my_half_8_accum(int *accum, half in, uint z) { } 45 static void my_half_9_accum(int *accum, half in, rs_kernel_context context, uint z) { } 48 static void my_half_10_accum(int *accum, half in, uint x, uint z) { } 51 static void my_half_11_accum(int *accum, half in, rs_kernel_context context, uint x, uint z) { } [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | bitstream.h | 42 uint BitstreamReadBits16(BitstreamDecVideo *stream, int nbits); 43 uint BitstreamRead1Bits(BitstreamDecVideo *stream); 45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code); 46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code); 47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code); 48 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits); 49 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream); 51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16() 69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits() 83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits() [all …]
|
D | vlc_decode.cpp | 132 PV_STATUS PV_GetMBvectors(VideoDecData *video, uint mode) in PV_GetMBvectors() 455 uint code; in PV_VlcDecMV() 505 uint code; in PV_VlcDecMCBPC_com_intra() 538 uint code; in PV_VlcDecMCBPC_com_inter() 559 uint code; in PV_VlcDecMCBPC_com_inter_H263() 593 uint code; in PV_VlcDecCBPY() 628 PV_STATUS PV_VlcDecIntraDCPredSize(BitstreamDecVideo *stream, int compnum, uint *DC_size) in PV_VlcDecIntraDCPredSize() 631 uint code; in PV_VlcDecIntraDCPredSize() 841 uint code; in VlcDecTCOEFIntra() 873 pTcoef->run = (uint) tab->run; //(tab->val >> 8) & 255; in VlcDecTCOEFIntra() [all …]
|
D | mp4lib_int.h | 66 uint timeInc; /* VOP time increment (relative to last mtb) */ 85 uint timeIncrementResolution;/* VOL time increment */ 87 uint timeInc_offset; /* timeInc offset for multiple VOP in a packet */ 103 uint bitsPerPixel; 108 uint quantType; /* MPEG-4 or H.263 Quantization Type */ 160 uint last; 161 uint run; 163 uint sign; 234 uint mbnum_row;
|
D | bitstream.cpp | 215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16() 238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits() 257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits() 270 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits) in BitstreamReadBits16_INLINE() 272 uint code; in BitstreamReadBits16_INLINE() 286 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream) in BitstreamRead1Bits_INLINE() 289 uint code; in BitstreamRead1Bits_INLINE() 311 uint BitstreamReadBits16(BitstreamDecVideo *stream, int nbits) in BitstreamReadBits16() 313 uint code; in BitstreamReadBits16() 333 uint BitstreamRead1Bits(BitstreamDecVideo *stream) in BitstreamRead1Bits() [all …]
|
D | dec_pred_intra_dc.cpp | 33 uint DC_size; in PV_DecodePredictedIntraDC() 34 uint code; in PV_DecodePredictedIntraDC()
|
D | vlc_decode.h | 95 PV_STATUS PV_GetMBvectors(VideoDecData *, uint mode); 115 PV_STATUS PV_VlcDecIntraDCPredSize(BitstreamDecVideo *stream, int compnum, uint *DC_size);
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | grain.rscript | 50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1); 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1); 52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1); 53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y); 54 uint p11 = 230 * rsGetElementAt_uchar(gBlendSource, x, y); 55 uint p12 = 114 * rsGetElementAt_uchar(gBlendSource, x2, y); 56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2); 57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2); 58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2); 71 p20 = min(p20 >> 10, (uint)255);
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | grain.rscript | 50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1); 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1); 52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1); 53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y); 54 uint p11 = 230 * rsGetElementAt_uchar(gBlendSource, x, y); 55 uint p12 = 114 * rsGetElementAt_uchar(gBlendSource, x2, y); 56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2); 57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2); 58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2); 71 p20 = min(p20 >> 10, (uint)255);
|
D | histogram.rscript | 29 void RS_KERNEL pass1(int in, uint x, uint y) { 48 int RS_KERNEL pass2(uint x) { 78 uchar4 RS_KERNEL draw(uint x, uint y) {
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | grain.rscript | 50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1); 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1); 52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1); 53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y); 54 uint p11 = 230 * rsGetElementAt_uchar(gBlendSource, x, y); 55 uint p12 = 114 * rsGetElementAt_uchar(gBlendSource, x2, y); 56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2); 57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2); 58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2); 71 p20 = min(p20 >> 10, (uint)255);
|
D | histogram.rscript | 29 void RS_KERNEL pass1(uint x) { 48 int RS_KERNEL pass2(uint x) { 78 uchar4 RS_KERNEL draw(uint x, uint y) {
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reflection3264.rscript | 21 uint x; 22 uint y; 27 uint expect_x; 28 uint expect_y; 41 void root(uchar4 *output, const user * usr, uint x, uint y) {
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reflection3264.rscript | 23 uint x; 24 uint y; 29 uint expect_x; 30 uint expect_y; 43 void root(uchar4 *output, const user * usr, uint x, uint y) {
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/ |
D | stderr.txt.expect | 1 reflection3264_reduce_mismatch.rscript:37:12: error: reduction kernel 'cc' has result type 'uint' f… 2 …smatch.rscript:37:12: error: 2nd input of reduction kernel 'cc' has type 'uint' for 32-bit targets… 3 …smatch.rscript:37:12: error: 4th input of reduction kernel 'cc' has type 'uint' for 32-bit targets… 7 …smatch.rscript:52:12: error: 2nd input of reduction kernel 'ee' has type 'uint' for 32-bit targets… 11 …smatch.rscript:54:12: error: 1st input of reduction kernel 'gg' has type 'uint' for 32-bit targets…
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | bricked.rscript | 29 uint __attribute__((kernel)) pack_chunk(uint32_t x) { 45 uint out = 0; 59 uint v = (op > 0) ? 1 : 0; 66 uint __attribute__((kernel)) dilate(uint in, uint32_t x) { 78 uint slice; 79 uint out = in;
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicInlines.h | 21 typedef uint32_t uint; typedef 32 typedef uint uint2 __attribute__((ext_vector_type(2))); 33 typedef uint uint3 __attribute__((ext_vector_type(3))); 34 typedef uint uint4 __attribute__((ext_vector_type(4))); 72 CVT_FUNC_2(type, uint) \ 81 CVT_FUNC(uint) in CVT_FUNC()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | allocs.rscript | 27 uint __attribute__((kernel)) square_kernel(ushort in) 29 uint result = (uint)in * (uint)in;
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | allocs.rscript | 27 uint __attribute__((kernel)) square_kernel(ushort in) 29 uint result = (uint)(in) * (uint)in;
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | stderr.txt.expect | 2 reflection3264_foreach_mismatch.rscript:22:18: error: foreach kernel 'dd' has output type 'uint' fo… 7 …ismatch.rscript:124:16: error: 2nd input of foreach kernel 'uu' has type 'uint' for 32-bit targets… 11 …ript:128:6: error: 1st usrData parameter of foreach kernel 'vv' has type 'uint' for 32-bit targets… 14 …_mismatch.rscript:98:6: error: 1st input of foreach kernel 'rr' has type 'uint' for 32-bit targets… 16 reflection3264_foreach_mismatch.rscript:74:6: error: foreach kernel 'oo' has output type 'uint' for… 25 reflection3264_foreach_mismatch.rscript:20:6: error: foreach kernel 'cc' has output type 'uint' for…
|
/frameworks/rs/tests/lldb/java/Allocations/src/rs/ |
D | allocs.rscript | 41 uint __attribute__((kernel)) square_kernel(ushort in) 43 uint result = (uint)(in) * (uint)in;
|
/frameworks/av/media/libaaudio/tests/ |
D | test_open_params.cpp | 129 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) { in TEST() 135 for (uint i = 0; i < arraysize(rates); i++) { in TEST() 138 for (uint i = 0; i < arraysize(formats); i++) { in TEST()
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/ |
D | stderr.txt.expect | 1 …h_name64.rscript:18:16: error: 1st input of foreach kernel 'bb' has type 'uint' for 32-bit targets… 2 …tch_name64.rscript:8:6: error: 1st input of foreach kernel 'aa' has type 'uint' for 32-bit targets…
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/ |
D | stderr.txt.expect | 1 …h_name32.rscript:18:16: error: 1st input of foreach kernel 'bb' has type 'uint' for 32-bit targets… 2 …tch_name32.rscript:8:6: error: 1st input of foreach kernel 'aa' has type 'uint' for 32-bit targets…
|
/frameworks/rs/driver/runtime/ |
D | rs_convert.c | 37 CVT_FUNC_2(type, uint) \ 50 CVT_FUNC(uint)
|