/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
opus_inst.h | 22 // When Opus is in DTX mode, we use |zero_counts| to count consecutive zeros 24 // one counter for each channel. After each encoding, |zero_counts| contain 27 size_t* zero_counts; member in struct:WebRtcOpusEncInst
|
opus_interface.c | 66 state->zero_counts = calloc(channels, sizeof(size_t)); 67 assert(state->zero_counts); 87 free(inst->zero_counts); 119 ++inst->zero_counts[c]; 120 if (inst->zero_counts[c] == kZeroBreakCount) { 126 inst->zero_counts[c] = 0; 129 inst->zero_counts[c] = 0;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 1221 FRAME_COUNTS zero_counts; local [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/ |
libgcov-driver.c | 54 int __gcov_compute_module_groups (char **zero_counts) ATTRIBUTE_HIDDEN; 758 /* Write NUM_FNS ZERO_COUNTS fixup flags to a gcda file starting from its 762 gcov_write_comdat_zero_fixup (char *zero_counts, unsigned num_fns) 772 if (zero_counts[f_ix]) 1273 char **zero_counts = (char **) xcalloc (max_module_id, sizeof (char *)); local [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/ |
libgcov-driver.c | 54 int __gcov_compute_module_groups (char **zero_counts) ATTRIBUTE_HIDDEN; 758 /* Write NUM_FNS ZERO_COUNTS fixup flags to a gcda file starting from its 762 gcov_write_comdat_zero_fixup (char *zero_counts, unsigned num_fns) 772 if (zero_counts[f_ix]) 1273 char **zero_counts = (char **) xcalloc (max_module_id, sizeof (char *)); local [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
libgcov-driver.c | 54 int __gcov_compute_module_groups (char **zero_counts) ATTRIBUTE_HIDDEN; 758 /* Write NUM_FNS ZERO_COUNTS fixup flags to a gcda file starting from its 762 gcov_write_comdat_zero_fixup (char *zero_counts, unsigned num_fns) 772 if (zero_counts[f_ix]) 1273 char **zero_counts = (char **) xcalloc (max_module_id, sizeof (char *)); local [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
libgcov-driver.c | 54 int __gcov_compute_module_groups (char **zero_counts) ATTRIBUTE_HIDDEN; 758 /* Write NUM_FNS ZERO_COUNTS fixup flags to a gcda file starting from its 762 gcov_write_comdat_zero_fixup (char *zero_counts, unsigned num_fns) 772 if (zero_counts[f_ix]) 1273 char **zero_counts = (char **) xcalloc (max_module_id, sizeof (char *)); local [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/ |
libgcov-driver.c | 54 int __gcov_compute_module_groups (char **zero_counts) ATTRIBUTE_HIDDEN; 758 /* Write NUM_FNS ZERO_COUNTS fixup flags to a gcda file starting from its 762 gcov_write_comdat_zero_fixup (char *zero_counts, unsigned num_fns) 772 if (zero_counts[f_ix]) 1273 char **zero_counts = (char **) xcalloc (max_module_id, sizeof (char *)); local [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/ |
libgcov-driver.c | 54 int __gcov_compute_module_groups (char **zero_counts) ATTRIBUTE_HIDDEN; 758 /* Write NUM_FNS ZERO_COUNTS fixup flags to a gcda file starting from its 762 gcov_write_comdat_zero_fixup (char *zero_counts, unsigned num_fns) 772 if (zero_counts[f_ix]) 1273 char **zero_counts = (char **) xcalloc (max_module_id, sizeof (char *)); local [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
libgcov-driver.c | 54 int __gcov_compute_module_groups (char **zero_counts) ATTRIBUTE_HIDDEN; 758 /* Write NUM_FNS ZERO_COUNTS fixup flags to a gcda file starting from its 762 gcov_write_comdat_zero_fixup (char *zero_counts, unsigned num_fns) 772 if (zero_counts[f_ix]) 1273 char **zero_counts = (char **) xcalloc (max_module_id, sizeof (char *)); local [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
libgcov-driver.c | 54 int __gcov_compute_module_groups (char **zero_counts) ATTRIBUTE_HIDDEN; 758 /* Write NUM_FNS ZERO_COUNTS fixup flags to a gcda file starting from its 762 gcov_write_comdat_zero_fixup (char *zero_counts, unsigned num_fns) 772 if (zero_counts[f_ix]) 1273 char **zero_counts = (char **) xcalloc (max_module_id, sizeof (char *)); local [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 2091 FRAME_COUNTS zero_counts; local [all...] |