HomeSort by relevance Sort by last modified time
    Searched defs:residual (Results 51 - 64 of 64) sorted by null

1 23

  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
virtio_blk.h 79 __u32 residual; member in struct:virtio_scsi_inhdr
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
virtio_blk.h 79 __u32 residual; member in struct:virtio_scsi_inhdr
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
virtio_blk.h 79 __u32 residual; member in struct:virtio_scsi_inhdr
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
virtio_blk.h 79 __u32 residual; member in struct:virtio_scsi_inhdr
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
virtio_blk.h 79 __u32 residual; member in struct:virtio_scsi_inhdr
  /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/on2/h264dec/source/
h264bsd_macroblock_layer.h 158 residual_t residual; member in struct:__anon38554
  /external/webp/src/enc/
predictor_enc.c 150 const int residual = (value - predict) & 0xff; local
152 const int lower = residual & ~(quantization - 1);
157 if (residual - lower < upper - residual + bias) {
158 // lower is closer to residual than upper.
159 if (residual > boundary_residual && lower <= boundary_residual) {
161 // on the same side of boundary as residual because midpoint >= residual
162 // (since lower is closer than upper) and residual is above the boundary.
167 // upper is closer to residual than lower
239 uint32_t residual; local
    [all...]
  /external/flac/include/FLAC/
format.h 196 /**< Residual is coded by partitioning into contexts, each with it's own
200 /**< Residual is coded by partitioning into contexts, each with it's own
212 /** Contents of a Rice partitioned residual
231 /** Header for a Rice partitioned residual. (c.f. <A HREF="../format.html#partitioned_rice">format specification</A>)
253 /** Header for the entropy coding method. (c.f. <A HREF="../format.html#residual">format specification</A>)
300 /**< The residual coding method. */
308 const FLAC__int32 *residual; member in struct:__anon19130
309 /**< The residual signal, length == (blocksize minus order) samples. */
317 /**< The residual coding method. */
334 const FLAC__int32 *residual; member in struct:__anon19131
    [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...]
  /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...]
  /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/protobuf/php/ext/google/protobuf/
upb.h 7548 char residual[12]; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb_pbdecoder
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 7848 char residual[UPB_DECODER_MAX_RESIDUAL_BYTES]; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb_pbdecoder
    [all...]

Completed in 1982 milliseconds

1 23