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

  /external/chromium_org/third_party/opus/src/celt/
modes.h 42 #ifndef OVERLAP
43 #define OVERLAP(mode) ((mode)->overlap)
62 int overlap; member in struct:OpusCustomMode
celt.c 143 int overlap; member in struct:OpusCustomEncoder
195 celt_sig in_mem[1]; /* Size = channels*mode->overlap */
201 /* opus_val16 overlap_mem[], Size = channels*overlap */
214 + (channels*mode->overlap-1)*sizeof(celt_sig) /* celt_sig in_mem[channels*mode->overlap]; */
220 size += channels*mode->overlap*sizeof(celt_sig); /* celt_sig overlap_mem[channels*mode->nbEBands]; */
264 st->overlap = mode->overlap;
306 int overlap)
318 block = overlap/2
401 const int overlap = OVERLAP(mode); local
404 const int overlap = OVERLAP(mode); local
431 const int overlap = OVERLAP(mode); local
1928 int overlap; member in struct:OpusCustomDecoder
2054 int overlap; local
    [all...]
  /external/elfutils/libdwfl/
libdwflP.h 87 DWFL_ERROR (OVERLAP, N_("address range overlaps an existing module")) \
  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchtst.c 515 USearchAttributeValue overlap)
532 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status);
763 while (OVERLAP[count].text != NULL) {
764 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF,
766 log_err("Error at overlap test number %d\n", count);
773 log_err("Error at non overlap test number %d\n", count);
782 const SearchData *search = &(OVERLAP[count]);
801 log_err("Error setting overlap option\n");
811 log_err("Error setting overlap option\n");
    [all...]
usrchdat.c 221 static const SearchData OVERLAP[] = {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 468 USearchAttributeValue overlap)
499 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status);
882 while (OVERLAP[count].text != NULL) {
883 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF,
885 errln("Error at overlap test number %d", count);
892 errln("Error at non overlap test number %d", count);
899 const SearchData *search = &(OVERLAP[count]);
917 errln("Error setting overlap option");
928 errln("Error setting overlap option");
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 376 errln("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>",
393 errln("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
426 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n",
445 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
571 USearchAttributeValue overlap)
602 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status);
985 while (OVERLAP[count].text != NULL) {
986 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF,
988 errln("Error at overlap test number %d", count);
995 errln("Error at non overlap test number %d", count)
    [all...]
  /external/icu4c/test/cintltst/
usrchdat.c 222 static const SearchData OVERLAP[] = {
    [all...]
usrchtst.c 457 log_err("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>\n",
475 log_err("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
508 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n",
527 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
614 USearchAttributeValue overlap)
631 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status);
862 while (OVERLAP[count].text != NULL) {
863 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF,
865 log_err("Error at overlap test number %d\n", count);
872 log_err("Error at non overlap test number %d\n", count)
    [all...]

Completed in 221 milliseconds