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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 956 const int num_partitions = local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 138 int num_partitions; member in struct:AecCore
aec_core_neon.c 39 const int num_partitions = aec->num_partitions; local
40 for (i = 0; i < num_partitions; i++) {
45 if (i + aec->xfBufBlockPos >= num_partitions) {
46 xPos -= num_partitions * PART_LEN1;
182 const int num_partitions = aec->num_partitions; local
183 for (i = 0; i < num_partitions; i++) {
188 if (i + aec->xfBufBlockPos >= num_partitions) {
189 xPos -= num_partitions * PART_LEN1
    [all...]
aec_core_sse2.c 34 const int num_partitions = aec->num_partitions; local
35 for (i = 0; i < num_partitions; i++) {
40 if (i + aec->xfBufBlockPos >= num_partitions) {
41 xPos -= num_partitions * (PART_LEN1);
146 const int num_partitions = aec->num_partitions; local
147 for (i = 0; i < num_partitions; i++) {
151 if (i + aec->xfBufBlockPos >= num_partitions) {
152 xPos -= num_partitions * PART_LEN1
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 925 const int num_partitions = local
930 for (i = 0; i < num_partitions; ++i)
    [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...]

Completed in 736 milliseconds