Searched refs:Int (Results 1 - 25 of 151) sorted by relevance

1234567

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.h24 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 cbp
[all...]
H A Dfastcodemb.h31 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 QPx
[all...]
H A Drate_control.h25 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 R
[all...]
H A Dmp4lib_int.h29 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 widt
[all...]
H A Dmp4enc_lib.h33 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);
56 Int getBlockSu
[all...]
H A Dfindhalfpel.cpp34 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_ta
[all...]
H A Dbitstream_io.h30 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize);
32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value);
33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
35 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction);
36 Int BitstreamGetPos(BitstreamEncVideo *stream);
39 Int BitstreamShortHeaderByteAlignStuffing(BitstreamEncVideo *stream);
40 Int BitstreamMpeg4ByteAlignStuffing(BitstreamEncVideo *stream);
44 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount);
45 PV_STATUS BitstreamFlushBits(BitstreamEncVideo *bitstream1, Int num_bit_lef
[all...]
H A Ddct.h21 const static Int ColThInter[32] = {0, 0x1C, 0x4C, 0x6C, 0x9C, 0xBC, 0xEC, 0x10C,
27 const static Int ColThIntra[32] = {0, 0x1C, 0x3C, 0x5C, 0x7C, 0x9C, 0xBC, 0xDC,
60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *blk, UChar *rec, Int lx);
62 void idct_row1Inter(Short *blk, UChar *rec, Int lx);
63 void idct_row2Inter(Short *blk, UChar *rec, Int lx);
64 void idct_row3Inter(Short *blk, UChar *rec, Int lx);
65 void idct_row4Inter(Short *blk, UChar *rec, Int lx);
66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx);
67 void idct_row0x20Inter(Short *blk, UChar *rec, Int l
[all...]
H A Dfastcodemb.cpp50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[])
52 Int sad, k, CBP, mbnum = video->mbnum;
58 Int dc_scaler = 8;
59 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q);
61 Int dctMode, DctTh1;
62 Int ColTh;
63 Int(*BlockQuantDequantH263)(Short *, Short *, struct QPstruct *,
64 UChar[], UChar *, UInt *, Int, Int, In
[all...]
H A Dsad_halfpel.cpp19 Int HalfPel1_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
20 Int HalfPel2_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width)
21 Int HalfPel1_SAD_Blk(UChar *ref,UChar *blk,Int dmi
[all...]
H A Dvlc_encode.cpp88 typedef void (*BlockCodeCoeffPtr)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar) ;
90 const static Int mode_MBtype[] =
99 const static Int zigzag_inv[NCOEFF_BLOCK] =
112 const static Int zigzag_h_inv[NCOEFF_BLOCK] =
125 const static Int zigzag_v_inv[NCOEFF_BLOCK] =
142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
143 Int PutCoeff_Inter_Las
[all...]
H A Dfastquant.cpp84 /* Int Qp Quantizer */
90 Int cal_dc_scalerENC(Int QP, Int type)
93 Int dc_scaler;
149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
151 Int dctMode, Int comp, Int dummy, UChar shortHeader)
153 Int
[all...]
/frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
H A DXmlPosition.kt19 data class XmlPosition(val name: String, val line: Int, val column: Int
/frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/
H A DStringPagedList.kt19 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/
H A Dmp4enc_api.h28 typedef int Int; typedef
112 Int videoEncoderInit;
121 Int height; /* height for Y */
122 Int pitch; /* stride for Y */
137 Int packetSize;
146 Int gobHeaderInterval;
149 Int numLayers;
152 Int timeIncRes;
155 Int tickPerSrc;
158 Int encHeigh
[all...]
/frameworks/support/core/ktx/src/main/java/androidx/core/content/res/
H A DTypedArray.kt29 private fun TypedArray.checkAttribute(@StyleableRes index: Int) {
42 fun TypedArray.getBooleanOrThrow(@StyleableRes index: Int): Boolean {
55 fun TypedArray.getColorOrThrow(@StyleableRes index: Int): Int {
67 fun TypedArray.getColorStateListOrThrow(@StyleableRes index: Int): ColorStateList {
81 fun TypedArray.getDimensionOrThrow(@StyleableRes index: Int): Float {
94 fun TypedArray.getDimensionPixelOffsetOrThrow(@StyleableRes index: Int): Int {
107 fun TypedArray.getDimensionPixelSizeOrThrow(@StyleableRes index: Int): Int {
[all...]
/frameworks/support/navigation/runtime/ktx/src/main/java/androidx/navigation/
H A DNavController.kt25 @IdRes id: Int = 0,
26 @IdRes startDestination: Int,
H A DNavHost.kt25 @IdRes id: Int = 0,
26 @IdRes startDestination: Int,
/frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
H A DBitmap.kt49 inline operator fun Bitmap.get(x: Int, y: Int) = getPixel(x, y)
56 inline operator fun Bitmap.set(x: Int, y: Int, @ColorInt color: Int) = setPixel(x, y, color)
69 inline fun Bitmap.scale(width: Int, height: Int, filter: Boolean = true): Bitmap {
84 width: Int,
85 height: Int,
106 width: Int,
[all...]
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/utils/
H A DLogLevel.kt19 enum class LogLevel(val priority: Int) {
/frameworks/support/room/integration-tests/kotlintestapp/src/main/java/androidx/room/integration/kotlintestapp/vo/
H A DPojoFromDependency.kt19 val id: Int,
/frameworks/support/paging/common/src/test/java/androidx/paging/
H A DTiledDataSourceTest.kt35 startPosition: Int, count: Int, pageSize: Int): List<String> {
55 override fun countItems(): Int {
59 override fun loadRange(startPosition: Int, count: Int): List<String> {
71 override fun countItems(): Int {
75 override fun loadRange(startPosition: Int, count: Int): List<String> {
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h84 typedef signed int Int; typedef
132 typedef Int Flag;
136 typedef Int Bool;
/frameworks/support/navigation/common/ktx/src/main/java/androidx/navigation/
H A DNavGraphBuilder.kt25 @IdRes id: Int = 0,
26 @IdRes startDestination: Int,
34 @IdRes id: Int,
35 @IdRes startDestination: Int,
45 @IdRes id: Int,
46 @IdRes private var startDestination: Int
/frameworks/support/core/ktx/src/main/java/androidx/core/util/
H A DSparseIntArray.kt27 inline operator fun SparseIntArray.contains(key: Int) = indexOfKey(key) >= 0
30 inline operator fun SparseIntArray.set(key: Int, value: Int) = put(key, value)
41 inline fun SparseIntArray.containsKey(key: Int) = indexOfKey(key) >= 0
44 inline fun SparseIntArray.containsValue(value: Int) = indexOfValue(value) != -1
47 inline fun SparseIntArray.getOrDefault(key: Int, defaultValue: Int) = get(key, defaultValue)
50 inline fun SparseIntArray.getOrElse(key: Int, defaultValue: () -> Int) =
60 fun SparseIntArray.remove(key: Int, valu
[all...]

Completed in 275 milliseconds

1234567