HomeSort by relevance Sort by last modified time
    Searched full:subband (Results 1 - 25 of 44) sorted by null

1 2

  /external/bluetooth/bluez/sbc/
sbc_primitives_mmx.h 3 * Bluetooth low-complexity, subband codec (SBC) library
sbc_primitives_neon.h 3 * Bluetooth low-complexity, subband codec (SBC) library
formats.h 3 * Bluetooth low-complexity, subband codec (SBC) library
sbc_math.h 3 * Bluetooth low-complexity, subband codec (SBC) library
sbc.h 3 * Bluetooth low-complexity, subband codec (SBC) library
sbc_primitives.h 3 * Bluetooth low-complexity, subband codec (SBC) library
sbc.c 3 * Bluetooth low-complexity, subband codec (SBC) library
76 /* bit number x set means joint stereo has been used in subband x */
82 /* raw integer subband samples in the frame */
85 /* modified subband samples */
373 int ch, sb, blk, bit; /* channel, subband, block and bit standard
760 int ch, sb, blk; /* channel, subband, block and bit counters */
842 /* decide whether to join this subband */
847 /* use joint stereo for this subband */
sbcdec.c 3 * Bluetooth low-complexity, subband codec (SBC) decoder
sbcenc.c 3 * Bluetooth low-complexity, subband codec (SBC) encoder
sbcinfo.c 3 * Bluetooth low-complexity, subband codec (SBC) library
sbc_tables.h 3 * Bluetooth low-complexity, subband codec (SBC) library
206 * and simplify subband filter function code.
303 * and simplify subband filter function code.
  /external/opencore/codecs_v2/audio/sbc/enc/src/
sbc.h 68 UWord8 join; /* bit number x set means joint stereo has been used in subband x */
72 Int sb_sample[16][2][8]; /* modified subband samples */
sbcenc_filter.cpp 136 * subband samples | |<---------| | <---------?
325 /* Calculate 8 subband samples by Matrixing */
scalefactors.cpp 30 Int sb, blk; /* channel, subband, block and bit counters */
  /external/bluetooth/bluez/audio/
gstsbcdec.c 147 GST_DEBUG("Setup subband codec");
157 GST_DEBUG("Finish subband codec");
gstsbcparse.c 139 GST_DEBUG("Setup subband codec");
149 GST_DEBUG("Finish subband codec");
gstsbcenc.c 424 GST_DEBUG("Setup subband codec");
429 GST_DEBUG("Finish subband codec");
  /external/opencore/codecs_v2/audio/aac/dec/src/
ps_stereo_processing.cpp 161 Int32 subband; local
337 for (subband = index; subband < maxSubband; subband++)
351 for (subband = index; subband < maxSubband; subband++)
361 } /* subband loop */
ps_decorrelate.cpp 236 /* sb = subQMF/QMF subband */
312 /* sb = subQMF/QMF subband */
379 /* sb = subQMF/QMF subband */
436 /* sb = subQMF/QMF subband */
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_stereo_processing.cpp 161 Int32 subband; local
337 for (subband = index; subband < maxSubband; subband++)
351 for (subband = index; subband < maxSubband; subband++)
361 } /* subband loop */
ps_decorrelate.cpp 236 /* sb = subQMF/QMF subband */
312 /* sb = subQMF/QMF subband */
379 /* sb = subQMF/QMF subband */
436 /* sb = subQMF/QMF subband */
  /external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_poly_phase_synthesis.cpp 51 Each time the subband samples for all 32 polyphase subbands of one
53 subband filter and 32 consecutive audio samples can be calculated
pvmp3_reorder.cpp 53 xr[scf_band][window][freq_line] shall be reordered in polyphase subband
54 order, xr[subband][window][freq_line], prior to the IMDCT operation.
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_poly_phase_synthesis.cpp 51 Each time the subband samples for all 32 polyphase subbands of one
53 subband filter and 32 consecutive audio samples can be calculated
pvmp3_reorder.cpp 53 xr[scf_band][window][freq_line] shall be reordered in polyphase subband
54 order, xr[subband][window][freq_line], prior to the IMDCT operation.

Completed in 108 milliseconds

1 2