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

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_intr.c 22 uint32_t reg=0, temp=0; local
23 temp = reg_read(INT_STATUS);
24 //DEBUG_WRITE(0xff, temp, timer, 0, 0, 0);
25 if(temp & INT_WDOG_ENABLE)
31 if(temp & 0x4)
34 temp = temp & (~0x4);
35 reg_write(INT_REG, temp);
41 if(temp & 0x2)
44 temp = temp & (~0x2)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
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;
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...]
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;
  /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/dng_sdk/source/
dng_xy_coord.cpp 49 dng_xy_coord temp = coord; local
55 temp.x = Pin_real64 (0.000001, temp.x, 0.999999);
56 temp.y = Pin_real64 (0.000001, temp.y, 0.999999);
58 if (temp.x + temp.y > 0.999999)
60 real64 scale = 0.999999 / (temp.x + temp.y);
61 temp.x *= scale
    [all...]
  /external/toybox/toys/posix/
nohup.c 30 char *temp = getenv("HOME"); local
32 temp = xmprintf("%s/%s", temp ? temp : "", "nohup.out");
33 xcreate(temp, O_CREAT|O_APPEND|O_WRONLY, 0600);
34 free(temp);
rmdir.c 24 char *temp; local
36 if (!(temp = strrchr(name, '/'))) return;
37 *temp = 0;
38 } while (!temp[1]);
  /external/emma/core/java14/com/vladium/util/
IJREVersion.java 60 boolean temp = false;
66 temp = true;
70 _JRE_1_3_PLUS = temp;
72 if (temp)
74 temp = false;
78 temp = true;
82 _JRE_1_4_PLUS = temp;
84 temp = false;
86 _JRE_SUN_SIGNAL_COMPATIBLE = temp;
  /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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/libmicrohttpd/contrib/
ascebc 2 iconv -f UTF-8 -t IBM-1047 $1 > temp.file
6 mv temp.file $1
10 mv temp.file $1
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h 36 struct ureg_dst *temp,
44 struct ureg_dst *temp,
55 ureg_MOV(ureg, ureg_writemask(temp[0], TGSI_WRITEMASK_XY), in[0]); \
57 ureg_writemask(temp[0], TGSI_WRITEMASK_Z), \
59 ureg_DP3(ureg, temp[1], constant[4], ureg_src(temp[0])); \
60 ureg_DP3(ureg, temp[2], constant[5], ureg_src(temp[0])); \
61 ureg_DP3(ureg, temp[3], constant[6], ureg_src(temp[0]));
    [all...]
  /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...]
  /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));
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
grovetemp.cxx 37 upm::GroveTemp* temp = new upm::GroveTemp(0); local
38 std::cout << temp->name() << std::endl;
43 int celsius = temp->value();
51 delete temp;
  /hardware/bsp/intel/peripheral/libupm/examples/python/
grovetemp.py 28 temp = grove.GroveTemp(0) variable
29 print temp.name()
34 celsius = temp.value()
41 del temp
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
pointer.pass.cpp 23 std::string temp = get_temp_file_name(); local
25 std::ofstream fs(temp.c_str());
29 std::ifstream fs(temp.c_str());
34 std::remove(temp.c_str());
36 std::wofstream fs(temp.c_str());
40 std::wifstream fs(temp.c_str());
45 std::remove(temp.c_str());
string.pass.cpp 23 std::string temp = get_temp_file_name(); local
25 std::ofstream fs(temp);
29 std::ifstream fs(temp);
34 std::remove(temp.c_str());
36 std::wofstream fs(temp);
40 std::wifstream fs(temp);
45 std::remove(temp.c_str());
  /external/toybox/toys/other/
tac.c 25 struct arg_list *temp; local
30 temp = xmalloc(sizeof(struct arg_list));
31 temp->next = list;
32 temp->arg = c;
33 list = temp;
38 struct arg_list *temp = list->next; local
42 list = temp;

Completed in 605 milliseconds

1 2 3 4 5 6 7 8 91011>>