HomeSort by relevance Sort by last modified time
    Searched refs:Int (Results 1 - 25 of 1491) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/Inputs/
preamble-with-error.h 1 typedef int Int;
3 extern Int *const www;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.h 24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream)
    [all...]
fastcodemb.h 31 const Int *scale;
32 Int(*DCT)(Int block[ ], Int coeff[ ], approxDCT *);
35 Int th_app_all[8];
36 Int th_app_odd[8];
37 Int th_app_even[8];
38 Int th_app_even1[8];
39 Int th_app_even2[8];
44 Int QPx2
    [all...]
rate_control.h 25 Int Qp;
26 Int Rp;
35 Int alpha; /* weight for I frame */
36 Int Rs; /*bit rate for the sequence (or segment) e.g., 24000 bits/sec */
37 Int Rc; /*bits used for the current frame. It is the bit count obtained after encoding. */
38 Int Rp; /*bits to be removed from the buffer per picture. */
40 Int Rps; /*bit to be removed from buffer per src frame */
45 Int Qc; /*quantization level used for the current frame. */
46 Int Nr; /*number of P frames remaining for encoding.*/
47 Int Rr; /*number of bits remaining for encoding this sequence (or segment).*
    [all...]
mp4lib_int.h 29 Int(*writeVideoPacket)(UChar *buf, Int nbytes_required); /*write video packet out */
31 Int bufferSize; /*total bitstream buffer size in bytes */
32 Int byteCount; /*how many bytes already encoded*/
34 Int bitLeft; /*number of bits left in "word" */
36 Int oBSize; /* length of overrun buffer */
46 Int frame; /* frame number */
47 Int volID; /* Layer number */
48 //Int timeStamp; /* Vop TimeStamp in msec */
51 Int width; /* Width (multiple of 16) *
    [all...]
mp4enc_lib.h 32 PV_STATUS EncodeVideoPacketHeader(VideoEncData *video, int MB_number,
33 int quant_scale, Int insert);
35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int offsetQP, Int ncoefblck[]);
52 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int offsetQP, Int ncoefblck[]);
54 Int getBlockSAV(Short block[]);
55 Int Sad8x8(UChar *rec, UChar *prev, Int lx)
    [all...]
findhalfpel.cpp 34 void GenerateSearchRegion(UChar *searchPadding, UChar *ref, Int width, Int height,
35 Int ilow, Int ihigh, Int jlow, Int jhigh);
37 void InterpDiag(UChar *prev, Int lx, UChar *pred_block);
38 void InterpHorz(UChar *prev, Int lx, UChar *pred_block);
39 void InterpVert(UChar *prev, Int lx, UChar *pred_block);
45 const static Int distance_tab[9][9] = /* [hp_guess][k] *
    [all...]
  /external/clang/test/ASTMerge/Inputs/
function2.c 1 typedef int Int;
2 void f0(Int);
3 void f1(Int, double);
4 void f2(int, int);
5 void f3(int);
7 int f5(int) __attribute__((const));
  /external/valgrind/include/
pub_tool_libcsignal.h 43 extern Int VG_(sigdelset) ( vki_sigset_t* set, Int signum );
48 extern Int VG_(sigprocmask) ( Int how, const vki_sigset_t* set,
pub_tool_libcproc.h 70 extern Int VG_(waitpid)( Int pid, Int *status, Int options );
71 extern Int VG_(system) ( const HChar* cmd );
72 extern Int VG_(spawn) ( const HChar *filename, const HChar **argv );
73 extern Int VG_(fork) ( void);
75 extern Int VG_(sysctl) ( Int *name, UInt namelen, void *oldp, SizeT *oldlenp, void *newp, SizeT newlen );
81 extern Int VG_(getrlimit) ( Int resource, struct vki_rlimit *rlim )
    [all...]
pub_tool_libcfile.h 74 extern SysRes VG_(mknod) ( const HChar* pathname, Int mode, UWord dev );
75 extern SysRes VG_(open) ( const HChar* pathname, Int flags, Int mode );
78 extern Int VG_(fd_open) (const HChar* pathname, Int flags, Int mode);
79 extern void VG_(close) ( Int fd );
80 extern Int VG_(read) ( Int fd, void* buf, Int count)
    [all...]
  /external/valgrind/coregrind/
pub_core_libcfile.h 43 extern Int VG_(safe_fd) ( Int oldfd );
44 extern Int VG_(fcntl) ( Int fd, Int cmd, Addr arg );
47 extern Bool VG_(resolve_filename) ( Int fd, const HChar** buf );
50 extern Long VG_(fsize) ( Int fd );
63 extern Int VG_(connect_via_socket)( const HChar* str );
70 extern Int VG_(socket) ( Int domain, Int type, Int protocol )
    [all...]
pub_core_commandline.h 41 extern void VG_(split_up_argv)( Int argc, HChar** argv );
pub_core_libcsignal.h 46 extern Int VG_(sigfillset) ( vki_sigset_t* set );
47 extern Int VG_(sigemptyset) ( vki_sigset_t* set );
54 extern Int VG_(sigaddset) ( vki_sigset_t* set, Int signum );
56 extern Int VG_(sigismember) ( const vki_sigset_t* set, Int signum );
66 extern Int VG_(sigaction) ( Int signum,
78 extern Int VG_(kill) ( Int pid, Int signo )
    [all...]
m_clientstate.c 68 Int VG_(cl_exec_fd) = -1;
71 Int VG_(cl_cmdline_fd) = -1;
74 Int VG_(cl_auxv_fd) = -1;
78 Int VG_(cl_psinfo_fd) = -1;
92 Int VG_(args_for_valgrind_noexecpass) = 0;
107 Int VG_(fd_soft_limit) = -1;
108 Int VG_(fd_hard_limit) = -1;
129 Int* VG_(vfork_fildes_addr) = 0;
  /external/swiftshader/src/Renderer/
Rasterizer.hpp 24 class Rasterizer : public Function<Void(Pointer<Byte>, Int, Int, Pointer<Byte>)>
32 Int count;
33 Int cluster;
  /frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
XmlPosition.kt 19 data class XmlPosition(val name: String, val line: Int, val column: Int
  /external/swiftshader/src/Shader/
PixelRoutine.hpp 45 virtual void setBuiltins(Int &x, Int &y, Float4(&z)[4], Float4 &w) = 0;
46 virtual void applyShader(Int cMask[4]) = 0;
47 virtual Bool alphaTest(Int cMask[4]) = 0;
48 virtual void rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]) = 0;
50 virtual void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cMask[4], Int &x, Int &y)
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.h 49 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int),
50 Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates),
71 Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates),
main_globals.c 56 Int vex_debuglevel = 0;
59 Int vex_traceflags = 0;
  /frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/
StringPagedList.kt 19 class StringPagedList constructor(leadingNulls: Int, trailingNulls: Int, vararg items: String)
44 override fun loadAroundInternal(index: Int) {}
46 override fun onInitialized(count: Int) {}
48 override fun onPagePrepended(leadingNulls: Int, changed: Int, added: Int) {}
50 override fun onPageAppended(endPosition: Int, changed: Int, added: Int) {}
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 27 typedef unsigned int UInt;
28 typedef int Int;
31 typedef unsigned int Bool;
112 Int videoEncoderInit;
121 Int height; /* height for Y */
122 Int pitch; /* stride for Y */
137 Int packetSize;
146 Int gobHeaderInterval;
149 Int numLayers
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
priv_aspacemgr.h 69 extern void ML_(am_exit) ( Int status );
78 Int line,
88 extern Int ML_(am_getpid)( void );
112 extern SysRes ML_(am_open) ( const HChar* pathname, Int flags, Int mode );
113 extern void ML_(am_close) ( Int fd );
114 extern Int ML_(am_read) ( Int fd, void* buf, Int count);
115 extern Int ML_(am_readlink) ( const HChar* path, HChar* buf, UInt bufsiz )
    [all...]
  /developers/build/prebuilts/gradle/NavigationDrawer/kotlinApp/Application/src/main/java/com/example/android/navigationdrawer/
Sample.kt 21 class Sample(var titleResId: Int, var descriptionResId: Int, var intent: Intent)
  /developers/samples/android/ui/views/NavigationDrawer/kotlinApp/Application/src/main/java/com/example/android/navigationdrawer/
Sample.kt 21 class Sample(var titleResId: Int, var descriptionResId: Int, var intent: Intent)

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 91011>>