/external/libavc/encoder/ |
ih264e_mc.c | 139 /* quarter pel motion vectors */ 215 /* get quarter pel mv's */ 244 /* if the block is P16x16 MB and mv are not quarter pel motion */ 288 * @remarks Assumes half pel and quarter pel buffers for the entire frame are 318 /* quarter pel motion vectors */ 354 /* get quarter pel mv's */ 416 /* get quarter pel mv's */
|
ih264e_mc.h | 94 * @remarks Assumes half pel and quarter pel buffers for the entire frame are
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_InterpolateLuma.c | 27 * This function will calculate Performs quarter-pixel interpolation 42 * Performs quarter-pixel interpolation for inter luma MB. It is assumed that
|
omxVCM4P10_BlockMatch_Quarter.c | 44 * Performs a quarter-pel block match using results from a prior half-pel 46 * the quarter-pixel motion vector by interpolating the half-pel resolution 77 * pSrcDstBestMV - Best MV resulting from the quarter-pel search, expressed
|
/art/compiler/ |
compiler.cc | 46 * Dalvik uses 16-bit uints for instruction and register counts. We'll limit to a quarter
|
/external/icu/icu4c/source/i18n/unicode/ |
dtfmtsym.h | 373 * Gets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc. 378 * @return the quarter strings. (DateFormatSymbols retains ownership.) 384 * Sets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc. 386 * @param quarters The new quarter strings. (not adopted; caller retains ownership) 757 * Quarter strings. For example: "1st quarter", "2nd quarter", etc [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
AlignFeatures.h | 87 bool quarter_res; // Whether to process at quarter resolution
|
Mosaic.h | 94 * \param quarter_res Whether to compute alignment at quarter the input resolution (default = false)
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
AlignFeatures.h | 87 bool quarter_res; // Whether to process at quarter resolution
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
AlignFeatures.h | 87 bool quarter_res; // Whether to process at quarter resolution
|
/external/kernel-headers/original/uapi/linux/dvb/ |
osd.h | 125 OSD_VIDEOQSIZE, /* MPEG Video Display Quarter Resolution */ 128 OSD_VIDEOTQSIZE, /* True Size MPEG Video Display Quarter Resolution*/
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbEtwsInfo.java | 145 // (meaning the max range of this field is 79 quarter-hours, 165 // Timezone offset is in quarter hours.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/ |
osd.h | 125 OSD_VIDEOQSIZE, /* MPEG Video Display Quarter Resolution */ 128 OSD_VIDEOTQSIZE, /* True Size MPEG Video Display Quarter Resolution*/
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
osd.h | 125 OSD_VIDEOQSIZE, /* MPEG Video Display Quarter Resolution */ 128 OSD_VIDEOTQSIZE, /* True Size MPEG Video Display Quarter Resolution*/
|
/external/jmonkeyengine/engine/src/android/jme3tools/android/ |
Fixed.java | 36 * Quarter circle resolution for trig functions (should be a power of 41 * Mask used to limit angles to one revolution. If a quarter circle is 64 68 * One quarter sine wave as fixed point values.
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
DigitalAppWidgetProvider.java | 233 * Start an alarm that fires on the next quarter hour to update the world clock city 257 * Remove the alarm for the quarter hour update. 273 * Create the pending intent that is broadcast on the quarter hour.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateFormatSymbols.java | 504 * Abbreviated quarter names. For example: "Q1", "Q2", "Q3", "Q4". An array 511 * Full quarter names. For example: "1st Quarter", "2nd Quarter", "3rd Quarter", 512 * "4th Quarter". An array of 4 strings, indexed by the month divided by 3. 518 * Standalone abbreviated quarter names. For example: "Q1", "Q2", "Q3", "Q4". An array 525 * Standalone full quarter names. For example: "1st Quarter", "2nd Quarter", "3rd Quarter" [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
TestAnimationFactory.java | 66 //Creating a rotation keyFrame at time = 0.5 of quarter PI around the Z axis
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
omxVCCOMM_Average_16x.c | 44 * be used in conjunction with half-pixel interpolation to obtain quarter
|
omxVCCOMM_Average_8x.c | 44 * be used in conjunction with half-pixel interpolation to obtain quarter
|
/external/icu/icu4c/source/samples/dtptngsample/ |
dtptngsample.cpp | 25 UnicodeString("yQQQQ"), // year + full name of quarter, i.e., 4th quarter 1999
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_quarter.s | 205 ;// quarter pel position 251 ;// quarter pel
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_int.h | 226 uint subPelEnable; /* enable quarter pel search */ 413 uint8 qpel_cand[8][24*16]; /* pointer to quarter-pel position */ 415 uint8 *bilin_base[9][4]; /* pointer to 4 position at top left of bilinear quarter-pel */
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
ExploreByTouchHelperActivity.java | 77 // Adds an item at the top-left quarter of the custom view. 80 // Adds an item at the bottom-right quarter of the custom view.
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
ClockFragment.java | 114 // Thread that runs on every quarter-hour and refreshes the date. 237 // Besides monitoring when quarter-hour changes, monitor other actions that
|