HomeSort by relevance Sort by last modified time
    Searched defs:frame_length (Results 1 - 9 of 9) sorted by null

  /external/libopus/silk/
decoder_set_fs.c 41 opus_int frame_length, ret = 0; local
48 frame_length = silk_SMULBB( psDec->nb_subfr, psDec->subfr_length );
58 if( psDec->fs_kHz != fs_kHz || frame_length != psDec->frame_length ) {
100 psDec->frame_length = frame_length;
104 silk_assert( psDec->frame_length > 0 && psDec->frame_length <= MAX_FRAME_LENGTH );
structs.h 154 opus_int frame_length; /* Frame length (samples) */ member in struct:__anon13344
270 opus_int frame_length; /* Frame length (samples) */ member in struct:__anon13347
  /external/aac/libMpegTPEnc/src/
tpenc_adts.h 114 USHORT frame_length; member in struct:__anon4535
163 int frame_length
  /external/webrtc/test/testsupport/metrics/
video_metrics.cc 108 const int frame_length = 3 * width * height >> 1; local
109 uint8_t* ref = new uint8_t[frame_length];
110 uint8_t* test = new uint8_t[frame_length];
112 int ref_bytes = fread(ref, 1, frame_length, ref_fp);
113 int test_bytes = fread(test, 1, frame_length, test_fp);
114 while (ref_bytes == frame_length && test_bytes == frame_length) {
134 ref_bytes = fread(ref, 1, frame_length, ref_fp);
135 test_bytes = fread(test, 1, frame_length, test_fp);
  /external/aac/libMpegTPDec/src/
tpdec_adts.h 124 USHORT frame_length; member in struct:__anon4520
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 112 opus_int frame_length, frame_length_8kHz, frame_length_4kHz; local
132 frame_length = ( PE_LTP_MEM_LENGTH_MS + nb_subfr * PE_SUBFR_LENGTH_MS ) * Fs_kHz;
143 silk_resampler_down2( filt_state, frame_8kHz, frame, frame_length );
146 silk_resampler_down2_3( filt_state, frame_8kHz, frame, frame_length );
469 silk_sum_sqr_shift( &energy, &shift, frame, frame_length );
470 ALLOC( scratch_mem, shift > 0 ? frame_length : ALLOC_NONE, opus_int16 );
474 for( i = 0; i < frame_length; i++ ) {
    [all...]
  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 104 opus_int frame_length, frame_length_8kHz, frame_length_4kHz; local
122 frame_length = ( PE_LTP_MEM_LENGTH_MS + nb_subfr * PE_SUBFR_LENGTH_MS ) * Fs_kHz;
139 silk_float2short_array( frame_16_FIX, frame, frame_length );
141 silk_resampler_down2( filt_state, frame_8_FIX, frame_16_FIX, frame_length );
146 silk_float2short_array( frame_12_FIX, frame, frame_length );
148 silk_resampler_down2_3( filt_state, frame_8_FIX, frame_12_FIX, frame_length );
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 304 int frame_length; local
316 frame_length = coeff * bitrate * 1000 / samplingrate + one_slot_length;
320 frame_length *= 4;
322 return frame_length;
337 int *frame_length, int *frame_duration)
399 *frame_length = mp3_calculate_frame_length(*bitrate, *frequency,
426 LOGV(" frame length: %d\n", *frame_length);
  /external/libnfc-nxp/src/
phDnldNfc.c 377 uint8_t frame_length[PHDNLD_FRAME_LEN_SIZE]; member in struct:phDnldNfc_sDataHdr
383 uint8_t frame_length[PHDNLD_FRAME_LEN_SIZE]; member in struct:phDnldNfc_sRawHdr
418 uint8_t frame_length[PHDNLD_FRAME_LEN_SIZE]; member in struct:phDnldNfc_sData
    [all...]

Completed in 143 milliseconds