HomeSort by relevance Sort by last modified time
    Searched refs:residual (Results 76 - 90 of 90) sorted by null

1 2 34

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c 181 level = pMbLayer->residual.level[0];
228 tmp = DecodeResidual(pStrmData, &pMbLayer->residual, pMb,
504 Parse residual information from bit stream and store in 'pResidual'.
695 Parse residual information from bit stream and store in 'pResidual'.
999 i32 *lev = pMbLayer->residual.level[0];
1035 pMbLayer->residual.totalCoeff,
1048 pSrc = pMbLayer->residual.posCoefBuf;
1095 tmp = ProcessResidual(pMb, pMbLayer->residual.level,
1096 pMbLayer->residual.coeffMap);
    [all...]
h264bsd_inter_prediction.c 177 (prediction + residual) into the output image (currImage)
340 (prediction + residual) into the output image (currImage)
473 pMbLayer->residual.level);
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 102 static FLAC__bool read_residual_partitioned_rice_(FLAC__StreamDecoder *decoder, unsigned predictor_order, unsigned partition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC__bool is_extended);
140 void (*local_lpc_restore_signal)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
142 void (*local_lpc_restore_signal_64bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
144 void (*local_lpc_restore_signal_16bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
149 FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real pointers that should be free()'d are residual_unaligned[] below */ member in struct:FLAC__StreamDecoderPrivate
295 decoder->private_->residual_unaligned[i] = decoder->private_->residual[i] = 0;
677 decoder->private_->residual_unaligned[i] = decoder->private_->residual[i] = 0;
2737 FLAC__int32 x, *residual = decoder->private_->residual[channel]; local
    [all...]
  /external/ceres-solver/examples/
nist.cc 258 bool operator()(const T* const b, T* residual) const { \
261 residual[0] = y - (
394 bool operator()(const T* const b, T* residual) const {
396 residual[0] = T(log(y_)) - (b[0] - b[1] * T(x1_) * exp(-b[2] * T(x2_)));
  /external/webp/src/dsp/
lossless_enc.c 591 uint32_t residual = VP8LSubPixels(current_row[col], predict); local
593 residual &= kMaskAlpha; // See CopyTileWithPrediction.
595 UpdateHisto(histo_argb, residual);
649 uint32_t predict, residual; local
656 residual = VP8LSubPixels(current_row[x], predict);
659 // residual for best compression. The prediction of alpha itself can
660 // be non-zero and must be kept though. We choose RGB of the residual
662 residual &= kMaskAlpha;
667 argb[y * width + x] = residual;
    [all...]
  /external/opencv3/modules/imgproc/src/
clahe.cpp 210 int residual = clipped - redistBatch * histSize; local
215 for (int i = 0; i < residual; ++i)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 175 Void ScaleMVD(Int f_code, Int diff_vector, Int *residual, Int *vlc_code_mag);
2734 Int residual, vlc_code_mag, bits, entry; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 115 ; add prediction and residual
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 639 int residual = vl_vlc_get_uimsbf(&bs->vlc, r_size) + 1; local
640 delta[t] = ((abs(motion_code) - 1) << r_size) + residual;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.cpp 321 int residual, /* <-- part of the MV Diff. FLC coded */
337 diff_vector = ((PV_ABS(vlc_code_mag) - 1) << (f_code - 1)) + residual + 1;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 8123 bfd_vma residual = value; \/* Also known as Y_n. *\/ local
10033 bfd_vma residual; local
10167 bfd_vma residual; local
10213 calculate_group_reloc_mask (abs (signed_value), group - 1, &residual); local
10251 bfd_vma residual; local
10297 calculate_group_reloc_mask (abs (signed_value), group - 1, &residual); local
10335 bfd_vma residual; local
10381 calculate_group_reloc_mask (abs (signed_value), group - 1, &residual); local
    [all...]
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 26 @* Contains function definitions for residual and forward trans
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]

Completed in 829 milliseconds

1 2 34