Home
last modified time | relevance | path

Searched refs:uint (Results 1 – 25 of 132) sorted by relevance

123456

/frameworks/compile/slang/tests/P_reduce_general_input/
Dreduce_general_input.rs24 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/rs/rsov/compiler/spirit/test_data/
Dgreyscale2.spt51 %uint = OpTypeInt 32 0
52 %v3uint = OpTypeVector %uint 3
55 %v2uint = OpTypeVector %uint 2
68 %_ptr_Function_uint = OpTypePointer Function %uint
69 %42 = OpConstant %uint 0
70 %_ptr_Input_uint = OpTypePointer Input %uint
71 %47 = OpConstant %uint 1
78 %65 = OpConstant %uint 2
102 %45 = OpLoad %uint %44
105 %49 = OpLoad %uint %48
[all …]
Dgreyscale.spt61 %uint = OpTypeInt 32 0
62 %v3uint = OpTypeVector %uint 3
65 %v2uint = OpTypeVector %uint 2
71 %_ptr_Function_uint = OpTypePointer Function %uint
72 %50 = OpConstant %uint 0
73 %_ptr_Input_uint = OpTypePointer Input %uint
74 %55 = OpConstant %uint 1
81 %73 = OpConstant %uint 4
103 %53 = OpLoad %uint %52
106 %57 = OpLoad %uint %56
[all …]
Dgreyscale3.spt50 %uint = OpTypeInt 32 0
51 %v3uint = OpTypeVector %uint 3
54 %v2uint = OpTypeVector %uint 2
67 %_ptr_Function_uint = OpTypePointer Function %uint
68 %42 = OpConstant %uint 0
69 %_ptr_Input_uint = OpTypePointer Input %uint
70 %47 = OpConstant %uint 1
99 %45 = OpLoad %uint %44
102 %49 = OpLoad %uint %48
104 %54 = OpLoad %uint %y
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dbitstream.h42 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 …]
Dvlc_decode.cpp132 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 …]
Dmp4lib_int.h66 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;
Dbitstream.cpp215 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 …]
Ddec_pred_intra_dc.cpp33 uint DC_size; in PV_DecodePredictedIntraDC()
34 uint code; in PV_DecodePredictedIntraDC()
Dvlc_decode.h95 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/
Dgrain.rs50 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_jb/src/com/android/rs/image/
Dgrain.rs50 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);
Dhistogram.rs29 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/ImageProcessing/src/com/android/rs/image/
Dgrain.rs50 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);
Dhistogram.rs29 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/lldb/cpp/Allocations/
Dallocs.rs27 uint __attribute__((kernel)) square_kernel(ushort in)
29 uint result = (uint)in * (uint)in;
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Dallocs.rs27 uint __attribute__((kernel)) square_kernel(ushort in)
29 uint result = (uint)(in) * (uint)in;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Dbricked.rs29 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/tests/lldb/java/Allocations/src/rs/
Dallocs.rs41 uint __attribute__((kernel)) square_kernel(ushort in)
43 uint result = (uint)(in) * (uint)in;
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h21 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/av/media/libaaudio/tests/
Dtest_open_params.cpp145 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) { in TEST()
151 for (uint i = 0; i < arraysize(rates); i++) { in TEST()
154 for (uint i = 0; i < arraysize(formats); i++) { in TEST()
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rs67 uint ui1;
68 uint ui1i = 1;
131 void RS_KERNEL test_U32(uint in) {
/frameworks/rs/driver/runtime/
Drs_convert.c37 CVT_FUNC_2(type, uint) \
50 CVT_FUNC(uint)
/frameworks/rs/rsov/compiler/tests/arguments/
Dsignedness.ll35 ; CHECK: [[MemberTy3:%.*]] = OpTypeRuntimeArray %uint
40 ; CHECK: [[OutMemberTy3:%.*]] = OpTypeRuntimeArray %uint
45 ; CHECK: [[MemberTy4:%.*]] = OpTypeRuntimeArray %uint
50 ; CHECK: [[OutMemberTy4:%.*]] = OpTypeRuntimeArray %uint
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h29 typedef uint Bool;
157 …rols *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[]…
158 …r[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[]…

123456