/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
D | resample_by_2_mips.c | 38 register int32_t state0 = filtState[0]; in WebRtcSpl_DownsampleBy2() local 109 [tmp11] "=&r" (tmp11), [state0] "+r" (state0), in WebRtcSpl_DownsampleBy2() 158 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 159 state0 = in32; in WebRtcSpl_DownsampleBy2() 187 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 188 state0 = in32; in WebRtcSpl_DownsampleBy2() 216 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 217 state0 = in32; in WebRtcSpl_DownsampleBy2() 245 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 246 state0 = in32; in WebRtcSpl_DownsampleBy2() [all …]
|
D | resample_by_2.c | 75 register int32_t state0 = filtState[0]; in WebRtcSpl_DownsampleBy2() local 88 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 89 state0 = in32; in WebRtcSpl_DownsampleBy2() 116 filtState[0] = state0; in WebRtcSpl_DownsampleBy2() 133 register int32_t state0 = filtState[0]; in WebRtcSpl_UpsampleBy2() local 146 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state0); in WebRtcSpl_UpsampleBy2() 147 state0 = in32; in WebRtcSpl_UpsampleBy2() 175 filtState[0] = state0; in WebRtcSpl_UpsampleBy2()
|
/external/webrtc/src/common_audio/signal_processing/ |
D | resample_by_2.c | 74 register WebRtc_Word32 state0 = filtState[0]; in WebRtcSpl_DownsampleBy2() local 87 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 88 state0 = in32; in WebRtcSpl_DownsampleBy2() 115 filtState[0] = state0; in WebRtcSpl_DownsampleBy2() 131 register WebRtc_Word32 state0 = filtState[0]; in WebRtcSpl_UpsampleBy2() local 144 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state0); in WebRtcSpl_UpsampleBy2() 145 state0 = in32; in WebRtcSpl_UpsampleBy2() 173 filtState[0] = state0; in WebRtcSpl_UpsampleBy2()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filterbanks.c | 100 int32_t state0 = state[0]; in WebRtcIsacfix_HighpassFilterFixDec32C() local 126 [state0]"r"(state0), in WebRtcIsacfix_HighpassFilterFixDec32C() 132 a1 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[5], state0) + in WebRtcIsacfix_HighpassFilterFixDec32C() 133 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[4], state0) >> 16); in WebRtcIsacfix_HighpassFilterFixDec32C() 138 a2 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[1], state0) + in WebRtcIsacfix_HighpassFilterFixDec32C() 139 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[0], state0) >> 16); in WebRtcIsacfix_HighpassFilterFixDec32C() 150 state1 = state0; in WebRtcIsacfix_HighpassFilterFixDec32C() 151 state0 = WEBRTC_SPL_LSHIFT_W32(c, 2); // Write state as Q4 in WebRtcIsacfix_HighpassFilterFixDec32C() 153 state[0] = state0; in WebRtcIsacfix_HighpassFilterFixDec32C()
|
D | filterbanks_mips.c | 112 int32_t state0 = state[0]; in WebRtcIsacfix_HighpassFilterFixDec32MIPS() local 140 : [coeff_ptr] "r" (coefficient), [state0] "r" (state0), in WebRtcIsacfix_HighpassFilterFixDec32MIPS()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | filterbanks.c | 61 WebRtc_Word32 state0 = state[0]; in WebRtcIsacfix_HighpassFilterFixDec32() local 87 [state0]"r"(state0), in WebRtcIsacfix_HighpassFilterFixDec32() 93 a1 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[5], coefficient[4], state0); in WebRtcIsacfix_HighpassFilterFixDec32() 97 a2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[1], coefficient[0], state0); in WebRtcIsacfix_HighpassFilterFixDec32() 107 state1 = state0; in WebRtcIsacfix_HighpassFilterFixDec32() 108 state0 = WEBRTC_SPL_LSHIFT_W32(c, 2); // Write state as Q4 in WebRtcIsacfix_HighpassFilterFixDec32() 110 state[0] = state0; in WebRtcIsacfix_HighpassFilterFixDec32()
|
/external/aac/libSBRenc/src/ |
D | resampler.cpp | 399 FIXP_DBL state0; in AdvanceFilter() local 405 state0 = input + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]); in AdvanceFilter() 406 y = state0 - fMult(state1b, coeff[A1]) - fMult(state2b, coeff[A2]); in AdvanceFilter() 434 FIXP_DBL state0; in AdvanceFilter() 440 state0 = input - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]); in AdvanceFilter() 441 y = state0 + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]); in AdvanceFilter() 448 …states[i][s2] = (FIXP_BQS)(LONG)((state0 + (FIXP_DBL)(1<<(DFRACT_BITS-FRACT_BITS-2))) >> (DFRACT_B… in AdvanceFilter() 450 states[i][s2] = state0<<1; in AdvanceFilter()
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
D | cld_utf8statetable.cc | 12 const uint8* Tbl0 = &st->state_table[st->state0]; in InStateZero() 28 const uint8* Tbl_0 = &st->state_table[st->state0]; in UTF8GenericProperty() 86 const uint8* Tbl_0 = &st->state_table[st->state0]; in UTF8GenericPropertyBigOneByte() 148 const uint8* Tbl_0 = &st->state_table[st->state0]; in UTF8GenericScan()
|
D | cld_utf8statetable.h | 78 const uint32 state0; member 94 const uint32 state0; member
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_code.c | 87 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state0, unsigned state1) in rc_constants_add_state() argument 94 if (c->Constants[index].u.State[0] == state0 && in rc_constants_add_state() 103 constant.u.State[0] = state0; in rc_constants_add_state()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
D | radeon_code.c | 87 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state0, unsigned state1) in rc_constants_add_state() argument 94 if (c->Constants[index].u.State[0] == state0 && in rc_constants_add_state() 103 constant.u.State[0] = state0; in rc_constants_add_state()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | structurally_valid.cc | 53 const uint32 state0; member 349 const uint8* Tbl0 = &st->state_table[st->state0]; in InStateZero() 368 const uint8* Tbl_0 = &st->state_table[st->state0]; in UTF8GenericScan()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | structurally_valid.cc | 53 const uint32 state0; member 349 const uint8* Tbl0 = &st->state_table[st->state0]; in InStateZero() 368 const uint8* Tbl_0 = &st->state_table[st->state0]; in UTF8GenericScan()
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnvmbcs.c | 5483 const int32_t *state0; in ucnv_MBCSGetStarters() local 5486 state0=cnv->sharedData->mbcs.stateTable[cnv->sharedData->mbcs.dbcsOnlyState]; in ucnv_MBCSGetStarters() 5489 starters[i]= (UBool)MBCS_ENTRY_IS_TRANSITION(state0[i]); in ucnv_MBCSGetStarters()
|
/external/icu/icu4c/source/common/ |
D | ucnvmbcs.c | 5483 const int32_t *state0; in ucnv_MBCSGetStarters() local 5486 state0=cnv->sharedData->mbcs.stateTable[cnv->sharedData->mbcs.dbcsOnlyState]; in ucnv_MBCSGetStarters() 5489 starters[i]= (UBool)MBCS_ENTRY_IS_TRANSITION(state0[i]); in ucnv_MBCSGetStarters()
|