Searched defs:residual (Results 1 – 11 of 11) sorted by relevance
/external/aac/libFDK/src/ |
D | FDK_trigFcts.cpp | 298 FIXP_DBL residual, error, sine, cosine; in fixp_cos() local 308 FIXP_DBL residual, error, sine, cosine; in fixp_sin() local 318 FIXP_DBL residual, error0, error1, sine, cosine; in fixp_cos_sin() local
|
/external/aac/libFDK/include/ |
D | FDK_trigFcts.h | 146 FIXP_DBL residual; in fixp_sin_cos_residual_inline() local 215 FIXP_DBL residual, error0, error1, sine, cosine; in inline_fixp_cos_sin() local
|
/external/flac/libFLAC/ |
D | lpc.c | 265 …ta_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]) in FLAC__lpc_compute_residual_from_qlp_coefficients() 531 …ta_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]) in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 795 void FLAC__lpc_restore_signal(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 ql… in FLAC__lpc_restore_signal() 1063 void FLAC__lpc_restore_signal_wide(const FLAC__int32 residual[], unsigned data_len, const FLAC__int… in FLAC__lpc_restore_signal_wide()
|
D | fixed.c | 352 …mpute_residual(const FLAC__int32 data[], unsigned data_len, unsigned order, FLAC__int32 residual[]) in FLAC__fixed_compute_residual() 395 void FLAC__fixed_restore_signal(const FLAC__int32 residual[], unsigned data_len, unsigned order, FL… in FLAC__fixed_restore_signal()
|
D | stream_encoder_framing.c | 497 FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const … in add_residual_partitioned_rice_()
|
D | stream_encoder.c | 3505 FLAC__int32 residual[], in evaluate_fixed_subframe_() 3567 FLAC__int32 residual[], in evaluate_lpc_subframe_() 3677 const FLAC__int32 residual[], in find_best_partition_order_() 3784 const FLAC__int32 residual[], in precompute_partition_info_sums_() 3854 const FLAC__int32 residual[], in precompute_partition_info_escapes_() 3915 const FLAC__int32 *residual in count_rice_bits_in_partition_() 3954 const FLAC__int32 residual[], in set_partitioned_rice_()
|
D | stream_decoder.c | 175 …FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real p… member 2700 FLAC__int32 x, *residual = decoder->private_->residual[channel]; in read_subframe_verbatim_() local 2720 …yCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC__boo… in read_residual_partitioned_rice_()
|
/external/compiler-rt/lib/ |
D | divsf3.c | 135 rep_t residual; in __divsf3() local
|
D | divdf3.c | 150 rep_t residual; in __divdf3() local
|
/external/flac/include/FLAC/ |
D | format.h | 307 const FLAC__int32 *residual; member 333 const FLAC__int32 *residual; member
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.cpp | 152 unsigned int residual = validRowSize % alignment; in computeImageSizeInBytes() local
|