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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.h 34 bool Init(const size_t* partition_sizes, size_t num_partitions);
vp8_partition_aggregator.h 28 size_t num_partitions,
33 size_t num_partitions);
rtp_format_vp8_test_helper.cc 39 size_t num_partitions) {
42 fragmentation_->VerifyAndAllocateFragmentationHeader(num_partitions);
45 for (size_t p = 0; p < num_partitions; ++p) {
53 for (size_t p = 0; p < num_partitions; ++p) {
vp8_partition_aggregator.cc 23 size_t num_partitions,
28 num_partitions_(num_partitions),
39 size_t num_partitions) {
41 NULL, &size_vector[1], num_partitions - 1, size_vector[0]);
rtp_format_vp8_unittest.cc 82 bool Init(const size_t* partition_sizes, size_t num_partitions) {
92 return helper_->Init(partition_sizes, num_partitions);
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h 153 int num_partitions; member in struct:AecCore
177 int num_partitions,
190 int num_partitions,
aec_core_mips.c 326 int num_partitions,
332 for (i = 0; i < num_partitions; i++) {
336 if (i + x_fft_buf_block_pos >= num_partitions) {
337 xPos -= num_partitions * (PART_LEN1);
443 int num_partitions,
450 for (i = 0; i < num_partitions; i++) {
454 if (i + x_fft_buf_block_pos >= num_partitions) {
455 xPos -= num_partitions * PART_LEN1;
    [all...]
aec_core.c 157 int num_partitions,
163 for (i = 0; i < num_partitions; i++) {
168 if (i + x_fft_buf_block_pos >= num_partitions) {
169 xPos -= num_partitions * (PART_LEN1);
215 int num_partitions,
222 for (i = 0; i < num_partitions; i++) {
226 if (i + x_fft_buf_block_pos >= num_partitions) {
227 xPos -= num_partitions * PART_LEN1;
302 for (i = 0; i < aec->num_partitions; i++) {
801 for (i = lookahead; i < lookahead + self->num_partitions; ++i)
    [all...]
aec_core_neon.c 38 int num_partitions,
44 for (i = 0; i < num_partitions; i++) {
49 if (i + x_fft_buf_block_pos >= num_partitions) {
50 xPos -= num_partitions * PART_LEN1;
190 int num_partitions,
197 for (i = 0; i < num_partitions; i++) {
202 if (i + x_fft_buf_block_pos >= num_partitions) {
203 xPos -= num_partitions * PART_LEN1;
465 for (i = 0; i < aec->num_partitions; i++) {
aec_core_sse2.c 33 int num_partitions,
40 for (i = 0; i < num_partitions; i++) {
45 if (i + x_fft_buf_block_pos >= num_partitions) {
46 xPos -= num_partitions * (PART_LEN1);
152 int num_partitions,
159 for (i = 0; i < num_partitions; i++) {
163 if (i + x_fft_buf_block_pos >= num_partitions) {
164 xPos -= num_partitions * PART_LEN1;
452 for (i = 0; i < aec->num_partitions; i++) {
  /external/vboot_reference/host/include/
cgpt_params.h 55 int num_partitions; member in struct:CgptShowParams
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 1003 const int num_partitions = local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 928 const int num_partitions = local
933 for (i = 0; i < num_partitions; ++i)
    [all...]
  /external/vboot_reference/cgpt/
cgpt_common.c 986 params->num_partitions = 0;
994 params->num_partitions++;
    [all...]

Completed in 562 milliseconds