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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.c 46 int16_t shift1, shift2, shift3, shiftMax; local
116 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15;
117 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) *
122 if(((shiftMax<<1)+shift3) > ((shift1<<1)+shift2)) {
123 tmp1 = WEBRTC_SPL_MIN(31, (shiftMax<<1)+shift3-(shift1<<1)-shift2);
127 tmp2 = WEBRTC_SPL_MIN(31, (shift1<<1)+shift2-(shiftMax<<1)-shift3);
  /external/libxaac/decoder/
ixheaacd_vec_baisc_ops.h 35 WORD8 shift1, WORD8 shift2, WORD8 shift3);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg_a.c 531 static unsigned char shift3[257] = { variable
1407 shift3
  /external/u-boot/drivers/mtd/
altera_qspi.c 239 int shift3 = ffs(QUADSPI_SR_BP3) - 1 - 3; local
242 ((stat & QUADSPI_SR_BP3) >> shift3);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
scan.c 764 static unsigned char shift3[257] = { variable
    [all...]
  /external/libhevc/common/arm/
ihevc_itrans_recon_32x32.s 905 bhs shift3
937 bhs shift3
972 bhs shift3
1008 bhs shift3
1137 shift3: label
    [all...]
  /external/aac/libSBRdec/src/
hbe.cpp 1775 int shift3 = fMin(fMax(temp_e, mVal_e) - temp_e, 31); local
    [all...]
  /external/libhevc/common/arm64/
ihevc_itrans_recon_32x32.s 942 bhs shift3
974 bhs shift3
1009 bhs shift3
1045 bhs shift3
1174 shift3 label
    [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp 3459 int32 shift3 = (fCodeSize + bit) - 24; local
    [all...]

Completed in 886 milliseconds