/external/libopus/silk/ |
stereo_decode_pred.c | 62 pred_Q13[ 0 ] -= pred_Q13[ 1 ]; 63 } 64 65 /* Decode mid-only flag */
|
decode_indices.c | 57 psDec->indices.signalType = (opus_int8)silk_RSHIFT( Ix, 1 ); 58 psDec->indices.quantOffsetType = (opus_int8)( Ix & 1 ); 59 60 /****************/ 61 /* Decode gains */
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
simple_lsf_dequant.c | 46 if (lpc_n>1) { 47 /* decode last LSF */
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-dis.c | 343 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1; 344 return 1; 345 } 346 347 /* Decode Rt and opcode fields of Vt in AdvSIMD load/store instructions. */ 383 return 1; 384 } 385 386 /* Decode Rt and S fields of Vt in AdvSIMD load single structure to all 409 return 1; 410 } 411 412 /* Decode Q, opcode<2:1>, S, size and Rt fields of Vt in AdvSIMD 476 return 1; 477 } 478 479 /* Decode fields immh:immb and/or Q for e.g. 542 return 1; 543 } 544 545 /* Decode shift immediate for e.g. sshr (imm). */ 562 return 1; 563 } 564 565 /* Decode imm for e.g. BFM <Wd>, <Wn>, #<immr>, #<imms>. 595 return 1; 596 } 597 598 /* Decode imm and its shifter for e.g. MOVZ <Wd>, #<imm16>{, LSL #<shift>}. */ 607 return 1; 608 } 609 610 /* Decode cmode and "a:b:c:d:e:f:g:h" for e.g. 676 return 1; 677 } 678 679 /* Decode scale for e.g. SCVTF <Dd>, <Wn>, #<fbits>. */ 686 return 1; 687 } 688 689 /* Decode arithmetic immediate for e.g [all...] |
/external/pdfium/third_party/libtiff/ |
tif_dumpmode.c | 71 return (-1); 72 } 73 return (1); 74 } 75 76 /* 77 * Decode a hunk of pixels.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
BluetoothNameUtils.java | 60 return -1; 61 } 62 } 63 64 /** 65 * Decode the LED configuration contained in the input string.
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.commons.codec_1.4.0.v201209201156.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.commons.codec_1.4.0.v201209201156.jar | |
/external/libvorbis/doc/ |
08-residue.tex | 245 format 1 decode process. Thus we describe first the decode 418 Format 2 is reducible to format 1. It may be implemented as an additional step prior to and an additional post-decode step after a normal format 1 decode. 430 \item Rather than performing format 1 decode to produce \emph{ch} vectors of length \emph{n} each, call format 1 decode to produce a single vector \varname{[v]} of length \emph{ch*n}. 431 \item Post decode: Deinterleave the single vector \varname{[v]} returned by format 1 decode as described above into \emph{ch} independent vectors, one for each outputchannel, according to:
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
commons-codec-1.4.jar | |
/prebuilts/devtools/tools/lib/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/http-client/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/ |
commons-codec-1.4.jar | |
/external/robolectric/v3/libs/ |
vtd-xml-2.11.jar | |
/prebuilts/misc/common/robolectric/lib/ |
vtd-xml-2.11.jar | |
/prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/ |
vtd-xml-2.11.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
uu.py | 184 sys.exit(1)
185 decode(input, output)
|
/external/e2fsprogs/lib/ext2fs/ |
digest_encode.c | 139 if (argc == 3 && !strcmp(argv[1], "decode")) {
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
decode.c | 71 (ISACdec_obj->bitstr_obj).full = 1; 72 73 74 /* decode framelength and BW estimation - not used, only for stream pointer*/
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
wagon-http-shared-2.6.jar | |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
uu.py | 184 sys.exit(1) 185 decode(input, output)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
uu.py | 184 sys.exit(1) 185 decode(input, output)
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/ |
punycode.go | 27 tmin int32 = 1 28 ) 29 30 // decode decodes a string as specified in section 6.2.
|