HomeSort by relevance Sort by last modified time
    Searched refs:Int (Results 1 - 25 of 581) 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 */
45 Int frame; /* frame number */
46 Int volID; /* Layer number */
47 //Int timeStamp; /* Vop TimeStamp in msec */
50 Int width; /* Width (multiple of 16) *
    [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));
  /dalvik/vm/mterp/c/
OP_IGET.cpp 1 HANDLE_IGET_X(OP_IGET, "", Int, )
OP_IGET_BOOLEAN.cpp 1 HANDLE_IGET_X(OP_IGET_BOOLEAN, "", Int, )
OP_IGET_BYTE.cpp 1 HANDLE_IGET_X(OP_IGET_BYTE, "", Int, )
OP_IGET_CHAR.cpp 1 HANDLE_IGET_X(OP_IGET_CHAR, "", Int, )
OP_IGET_QUICK.cpp 1 HANDLE_IGET_X_QUICK(OP_IGET_QUICK, "", Int, )
OP_IGET_SHORT.cpp 1 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, )
OP_IPUT.cpp 1 HANDLE_IPUT_X(OP_IPUT, "", Int, )
OP_IPUT_BOOLEAN.cpp 1 HANDLE_IPUT_X(OP_IPUT_BOOLEAN, "", Int, )
OP_IPUT_BYTE.cpp 1 HANDLE_IPUT_X(OP_IPUT_BYTE, "", Int, )
OP_IPUT_CHAR.cpp 1 HANDLE_IPUT_X(OP_IPUT_CHAR, "", Int, )
OP_IPUT_QUICK.cpp 1 HANDLE_IPUT_X_QUICK(OP_IPUT_QUICK, "", Int, )
OP_IPUT_SHORT.cpp 1 HANDLE_IPUT_X(OP_IPUT_SHORT, "", Int, )
OP_SGET.cpp 1 HANDLE_SGET_X(OP_SGET, "", Int, )
OP_SGET_BOOLEAN.cpp 1 HANDLE_SGET_X(OP_SGET_BOOLEAN, "", Int, )
OP_SGET_BYTE.cpp 1 HANDLE_SGET_X(OP_SGET_BYTE, "", Int, )
OP_SGET_CHAR.cpp 1 HANDLE_SGET_X(OP_SGET_CHAR, "", Int, )
OP_SGET_SHORT.cpp 1 HANDLE_SGET_X(OP_SGET_SHORT, "", Int, )
OP_SPUT.cpp 1 HANDLE_SPUT_X(OP_SPUT, "", Int, )
OP_SPUT_BOOLEAN.cpp 1 HANDLE_SPUT_X(OP_SPUT_BOOLEAN, "", Int, )

Completed in 233 milliseconds

1 2 3 4 5 6 7 8 91011>>