HomeSort by relevance Sort by last modified time
    Searched defs:temp (Results 1 - 25 of 1269) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/
swapyv12buffer.c 16 unsigned char *temp; local
18 temp = last_frame->buffer_alloc;
20 new_frame->buffer_alloc = temp;
22 temp = last_frame->y_buffer;
24 new_frame->y_buffer = temp;
26 temp = last_frame->u_buffer;
28 new_frame->u_buffer = temp;
30 temp = last_frame->v_buffer;
32 new_frame->v_buffer = temp;
  /external/qemu/android/
hw-lcd.c 19 char temp[8]; local
36 snprintf(temp, sizeof temp, "%d", density);
37 boot_property_add("qemu.sf.lcd_density", temp);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
l_extract.cpp 164 Word32 temp; local
168 temp = (L_var >> 16);
170 *(pL_var_hi) = (Word16) temp;
171 *(pL_var_lo) = (Word16)((L_var >> 1) - (temp << 15));
enc_lag6.cpp 196 Word16 temp; local
218 temp = sub(T0, T0_min, pOverflow);
220 i = add(temp, temp, pOverflow);
221 i = add(temp, i, pOverflow);
  /external/sonivox/arm-fm-22k/lib_src/
eas_pan.c 63 EAS_INT temp; local
78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN)
82 temp = SYNTH_FULL_SCALE_EG1_GAIN;
83 else if (temp < 0)
84 temp = 0;
86 *pGainRight = (EAS_I16) temp;
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pan.c 63 EAS_INT temp; local
78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN)
82 temp = SYNTH_FULL_SCALE_EG1_GAIN;
83 else if (temp < 0)
84 temp = 0;
86 *pGainRight = (EAS_I16) temp;
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pan.c 63 EAS_INT temp; local
78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle);
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle);
81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN)
82 temp = SYNTH_FULL_SCALE_EG1_GAIN;
83 else if (temp < 0)
84 temp = 0;
86 *pGainRight = (EAS_I16) temp;
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-108440.js 51 var temp = ''; variable
60 temp = (a[a.length]=a);
68 temp = prop;
69 temp = (a[a.length] = self[prop]);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
BQ_1I_D16F16Css_TRC_WRA_01_Init.c 44 LVM_INT16 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp=pCoef->B1
    [all...]
BQ_1I_D16F32Css_TRC_WRA_01_init.c 45 LVM_INT16 temp; local
49 temp=pCoef->A2;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A1;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->A0;
54 pBiquadState->coefs[2]=temp;
55 temp=pCoef->B2;
56 pBiquadState->coefs[3]=temp;
57 temp=pCoef->B1
    [all...]
BQ_2I_D16F16Css_TRC_WRA_01_Init.c 45 LVM_INT16 temp; local
49 temp=pCoef->A2;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A1;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->A0;
54 pBiquadState->coefs[2]=temp;
55 temp=pCoef->B2;
56 pBiquadState->coefs[3]=temp;
57 temp=pCoef->B1
    [all...]
BQ_2I_D16F32Css_TRC_WRA_01_init.c 44 LVM_INT16 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp=pCoef->B1
    [all...]
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c 44 LVM_INT32 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp=pCoef->B1
    [all...]
DelayMix_16x16.c 37 LVM_INT16 temp; local
42 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) + (LVM_INT32)delay[Offset]) >> 1);
43 *dst = temp;
52 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) - (LVM_INT32)delay[Offset]) >> 1);
53 *dst = temp;
FO_1I_D16F16Css_TRC_WRA_01_Init.c 45 LVM_INT16 temp; local
49 temp=pCoef->A1;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A0;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->B1;
54 pBiquadState->coefs[2]=temp;
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 44 LVM_INT32 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c 44 LVM_INT16 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
55 temp=pCoef->Shift;
56 pBiquadState->Shift = temp;
Int32RShiftToInt16_Sat_32x16.c 33 LVM_INT32 temp; local
38 temp = *src >> shift;
41 if (temp > 0x00007FFF)
45 else if (temp < -0x00008000)
51 *dst = (LVM_INT16)temp;
Mult3s_32x16.c 35 LVM_INT32 srcval,temp; local
42 MUL32x16INTO32(srcval,val,temp,15)
44 *dst = temp;
Shift_Sat_v16xv16.c 33 LVM_INT32 temp; local
40 temp = (LVM_INT32)*src;
43 temp = temp << val;
45 if (temp > 0x00007FFF)
49 else if (temp < -0x00008000)
55 *dst = (LVM_INT16)temp;
mult3s_16x16.c 34 LVM_INT32 temp; local
38 temp = (LVM_INT32)(*src) * (LVM_INT32)val;
41 *dst = (LVM_INT16)(temp >> 15);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_header.cpp 121 uint32 temp; local
136 temp = getUpTo17bits(inputStream, SYNC_WORD_LNGTH);
137 if ((temp & SYNC_WORD) != SYNC_WORD)
147 temp = getNbits(inputStream, 21); // to avoid multiple bitstream accesses
150 switch (temp >> 19) /* 2 */
167 info->layer_description = 4 - ((temp << 13) >> 30); /* 2 */
168 info->error_protection = !((temp << 15) >> 31); /* 1 */
173 calculate_crc((temp << 16) >> 16, 16, crc);
176 info->bitrate_index = (temp << 16) >> 28; /* 4 */
177 info->sampling_frequency = (temp << 20) >> 30; /* 2 *
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 22 char temp[L_tmpnam]; local
23 tmpnam(temp);
26 assert(f.open(temp, std::ios_base::out | std::ios_base::in
38 remove(temp);
41 assert(f.open(temp, std::ios_base::out | std::ios_base::in
53 remove(temp);
move_assign.pass.cpp 23 char temp[L_tmpnam]; local
24 tmpnam(temp);
27 assert(f.open(temp, std::ios_base::out | std::ios_base::in
39 remove(temp);
42 assert(f.open(temp, std::ios_base::out | std::ios_base::in
54 remove(temp);
nonmember_swap.pass.cpp 24 char temp[L_tmpnam]; local
25 tmpnam(temp);
28 assert(f.open(temp, std::ios_base::out | std::ios_base::in
40 remove(temp);
43 assert(f.open(temp, std::ios_base::out | std::ios_base::in
55 remove(temp);

Completed in 450 milliseconds

1 2 3 4 5 6 7 8 91011>>