/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
log2.c | 46 * interpolation. The following steps are used to compute Log2(L_x)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC_s.h | 29 ;/** bilinear interpolation type */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC_s.h | 29 ;/** bilinear interpolation type */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_reconstruct.c | 90 This function performs chroma interpolation in horizontal direction. 161 * bilinear horizontal interpolation */ 197 This function performs chroma interpolation in vertical direction. 257 * bilinear vertical interpolation */ 293 This function performs chroma interpolation in horizontal and 353 * bilinear vertical and horizontal interpolation */ 410 interpolation function. The output is written to macroblock array. 482 Function to perform vertical interpolation of pixel position 'h' 600 Function to perform vertical interpolation of pixel position 'd' 734 Function to perform horizontal interpolation of pixel position 'b [all...] |
/frameworks/av/services/audioflinger/ |
AudioResamplerCubic.h | 37 // number of bits used in interpolation multiply - 14 bits avoids overflow
|
/frameworks/base/media/tests/audiotests/ |
shared_mem_test.cpp | 160 // correct with interpolation
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Interp.h | 74 // this is the final interpolation
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Interp.h | 74 // this is the final interpolation
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
InterruptibleInOutAnimator.java | 112 * same interpolation curve as animateIn(), rather than mirroring it. Also, like animateIn(),
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
InterruptibleInOutAnimator.java | 112 * same interpolation curve as animateIn(), rather than mirroring it. Also, like animateIn(),
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Interp.h | 74 // this is the final interpolation
|
/external/chromium_org/third_party/libwebp/utils/ |
rescaler.c | 39 // for 'x_expand', we use bilinear interpolation 78 } else { // simple bilinear interpolation
|
/external/chromium_org/third_party/opus/src/silk/ |
resampler.c | 46 * UF -> Allpass-based 2x upsampling followed by FIR interpolation 47 * AF -> AR2 filter followed by FIR interpolation
|
resampler_private_down_FIR.c | 56 /* Fractional part gives interpolation coefficients */ 143 /* Resample with a 2nd order AR filter followed by FIR interpolation */
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/ |
Ipo.java | 13 * Ipo (interpolation object) consists of several b-spline curves (connected 3rd
34 /** A list of bezier curves for this interpolation object. */
|
/external/webp/src/utils/ |
rescaler.c | 39 // for 'x_expand', we use bilinear interpolation 78 } else { // simple bilinear interpolation
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeRGB565toRGB565.c | 147 Bilinear interpolation linearly interpolates along each row, and then uses that 148 result in a linear interpolation donw each column. Each estimated pixel in the
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_chroma_hor.s | 172 ;// bilinear vertical interpolation 244 ;// bilinear vertical interpolation
|
/frameworks/rs/scriptc/ |
rs_quaternion.rsh | 175 * Performs spherical linear interpolation between two quaternions 176 * @param q result quaternion from interpolation
|
/prebuilts/sdk/renderscript/include/ |
rs_quaternion.rsh | 175 * Performs spherical linear interpolation between two quaternions 176 * @param q result quaternion from interpolation
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
css.js | 265 if (lastState == "interpolation") style = "operator"; 269 else if (type == "interpolation") state.stack.push("interpolation"); 400 "color-interpolation", "color-interpolation-filters", "color-profile", 598 return ["operator", "interpolation"];
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 156 * for noperspective interpolation. 578 /* We need to know for each attribute what kind of interpolation is 582 * outputs and the FS inputs to get to the interpolation mode. 594 /* First pick up the interpolation mode for 610 /* Then resolve the interpolation mode for every output attribute. 620 /* Find the interpolation mode for a specific attribute
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 156 * for noperspective interpolation. 578 /* We need to know for each attribute what kind of interpolation is 582 * outputs and the FS inputs to get to the interpolation mode. 594 /* First pick up the interpolation mode for 610 /* Then resolve the interpolation mode for every output attribute. 620 /* Find the interpolation mode for a specific attribute
|
/external/chromium_org/third_party/mesa/src/docs/ |
conform.html | 184 Mipmaps Interpolation test passed. 297 Mipmaps Interpolation test passed. 410 Mipmaps Interpolation test passed. 523 Mipmaps Interpolation test passed. 636 Mipmaps Interpolation test passed.
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
ChaseCamera.java | 391 //computing rotation by linear interpolation
401 //linear interpolation of the distance while chasing
412 //linear interpolation of the distance while zooming
422 //linear interpolation of the rotation while rotating horizontally
432 //linear interpolation of the rotation while rotating vertically
|