HomeSort by relevance Sort by last modified time
    Searched refs:quantized (Results 1 - 20 of 20) sorted by null

  /frameworks/support/core-ui/java/android/support/v4/view/animation/
LookupTableInterpolator.java 49 float quantized = position * mStepSize; local
50 float diff = input - quantized;
  /packages/apps/Camera2/src/com/android/camera/util/
Gusterpolator.java 76 float quantized = position * STEP_SIZE; local
77 float difference = input - quantized;
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
Gusterpolator.java 78 float quantized = position * STEP_SIZE; local
79 float difference = input - quantized;
  /frameworks/support/wear/src/android/support/wear/widget/
BezierSCurveInterpolator.java 78 float quantized = position * STEP_SIZE; local
79 float difference = input - quantized;
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_dc_a9.s 307 @ * @brief This function reconstructs a 4x4 sub block from quantized resiude and
311 @ * The quantized residue is first inverse quantized,
312 @ * This inverse quantized content is added to the prediction buffer to recon-
316 @ * quantized dc coeffiient
ih264_resi_trans_quant_a9.s 62 @ pointer to store non quantized dc value
ih264_iquant_itrans_recon_a9.s 400 vqmovun.s16 d20, q10 @Getting quantized coeffs
    [all...]
  /external/libvorbis/lib/
floor1.c 434 int quantized=vorbis_dBquant(flr+i); local
435 if(quantized){
438 ya += quantized;
440 y2a += quantized*quantized;
441 xya += i*quantized;
445 yb += quantized;
447 y2b += quantized*quantized;
448 xyb += i*quantized;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 41 ; * quantized coefficient residuals (PQF) of the current
63 ; * the quantized coefficients (QF) of the current
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 41 ; * quantized coefficient residuals (PQF) of the current
63 ; * the quantized coefficients (QF) of the current
  /external/gemmlowp/test/
test.cc 731 // Runs a small set of hand-picked data for per-channel quantized data.
1275 std::int32_t quantized = result_quantized_down_int32(r, c); local
    [all...]
  /external/ImageMagick/www/api/
quantize.php 69 <p>The basic algorithm operates in three phases: Classification, Reduction, and Assignment. Classification builds a color description tree for the image. Reduction collapses the tree until the number it represents, at most, the number of colors desired in the output image. Assignment defines the output image's color map and sets each pixel's color by restorage_class in the reduced tree. Our goal is to minimize the numerical discrepancies between the original colors and quantized colors (quantization error).</p>
71 <p>Classification begins by initializing a color description tree of sufficient depth to represent each possible input color in a leaf. However, it is impractical to generate a fully-formed color description tree in the storage_class phase for realistic values of Cmax. If colors components in the input image are quantized to k-bit precision, so that Cmax= 2k-1, the tree would need k levels below the root node to allow representing each possible input color in a leaf. This becomes prohibitive because the tree's total number of nodes is 1 + sum(i=1, k, 8k).</p>
217 <p>GetImageQuantizeError() measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value. These values are computed:</p>
magick-image.php     [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
writer.go 360 // returning the post-quantized DC value of the DCT-transformed block. b is in
  /prebuilts/go/linux-x86/src/image/jpeg/
writer.go 360 // returning the post-quantized DC value of the DCT-transformed block. b is in
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.jar 
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 

Completed in 2481 milliseconds