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

  /external/libxaac/decoder/
ixheaacd_mps_temp_reshape.c 59 WORD32 k_start = 10; local
100 for (param_band = k_start; param_band <= k_stop; param_band++)
108 for (param_band = k_start; param_band <= k_stop; param_band++) {
114 total_energy /= (k_stop - k_start + 1);
122 for (param_band = k_start; param_band <= k_stop; param_band++) {
128 for (param_band = k_start; param_band <= k_stop; param_band++) {
137 for (param_band = k_start; param_band <= k_stop; param_band++)
ixheaacd_esbr_polyphase.c 72 [4 * ptr_hbe_txposer->k_start];
155 ptr_hbe_txposer->k_start * 32;
165 if (ptr_hbe_txposer->k_start < 0) return -1;
167 WORD32 ki = ptr_hbe_txposer->k_start + k;
ixheaacd_sbr_dec.h 40 WORD32 k_start; member in struct:__anon26599
ixheaacd_hbe_trans.c 113 ptr_hbe_txposer->k_start =
119 if (ptr_hbe_txposer->k_start + ptr_hbe_txposer->synth_size > 16)
120 ptr_hbe_txposer->k_start = 16 - ptr_hbe_txposer->synth_size;
122 if (ptr_hbe_txposer->k_start + ptr_hbe_txposer->synth_size > 24)
123 ptr_hbe_txposer->k_start = 24 - ptr_hbe_txposer->synth_size;
217 if (ptr_hbe_txposer->k_start < 0) {
    [all...]
ixheaacd_freq_sca.c 491 static WORD16 ixheaacd_calc_freq_ratio(WORD16 k_start, WORD16 k_stop,
504 start = ixheaacd_shl32(ixheaacd_deposit16l_in32(k_start), INT_BITS - 8);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionThreadPool.h 26 const Index k_start; member in struct:Eigen::internal::packLhsArg
847 const Index k_start = k_block_idx * kc; local
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 481 \return num_band-th root of k_start/k_stop
483 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands) {
493 FIXP_DBL start = k_start << (DFRACT_BITS - 8);

Completed in 662 milliseconds