Searched defs:law (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc62 char law[2]; local
72 printf("./testG711.exe framelength law infile outfile \n\n");
74 printf("law : Coding law, A och u.\n");
90 /* Get compression law */
91 strcpy(law, argv[2]);
128 if (!strcmp(law, "A")) {
129 /* A-law encoding */
140 } else if (!strcmp(law, "u")) {
141 /* u-law encodin
[all...]

Completed in 74 milliseconds