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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 27 int32 *temp0, *temp1; local
34 temp0 = (int32 *)prev;
37 temp1[0] = temp0[0];
38 temp1[1] = temp0[1];
39 temp1[2] = temp0[2];
40 temp1[3] = temp0[3];
45 temp0 = (int32 *)prev;
48 temp1[0] = temp0[0];
49 temp1[1] = temp0[1];
50 temp1[2] = temp0[2]
88 int32 *temp0, *temp1; local
    [all...]
  /external/quake/quake/src/WinQuake/
vregset.cpp 45 int port, temp0, temp1, temp2; local
61 temp0 = *pregset++;
64 temp2 &= temp0;
d_polysa.s 45 temp0: .single 0 label
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 175 Word16 temp0; local
188 temp0 = mult(COEFF5_1, data0, pOverflow);
190 temp0 = sub(temp1, temp0, pOverflow);
192 temp1 = mult(COEFF5_1, temp0, pOverflow);
206 temp1 = mult(COEFF5_1, temp0, pOverflow);
211 temp1 = add(temp0, temp1, pOverflow);
303 Word16 temp0; local
307 temp0 = mult(COEFF5_1, data[0], pOverflow);
308 temp0 = sub(*in0, temp0, pOverflow)
    [all...]
  /external/opencv/cvaux/src/
cvhmmobs.cpp 126 work_t temp0[MAX_DCT_SIZE * 4]; local
196 temp0[j] = (work_t) t2;
226 s += temp0[k] * tab[k];
263 temp0[j] = (work_t) t2;
295 s += temp0[k] * tab[k];
321 work_t temp0[MAX_DCT_SIZE * 4]; local
393 temp0[j] = (work_t) t2;
423 s += temp0[k] * tab[k];
460 temp0[j] = (work_t) t2;
492 s += temp0[k] * tab[k]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 87 Word16 temp0, temp1, temp2; local
89 temp0 = vo_sub(*in0, vo_mult(COEFF5_1, data[0]));
90 temp1 = add1(data[0], vo_mult(COEFF5_1, temp0));
91 data[0] = temp0;
93 temp0 = vo_sub(*in1, vo_mult(COEFF5_2, data[1]));
94 temp2 = add1(data[1], vo_mult(COEFF5_2, temp0));
95 data[1] = temp0;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 315 int32 temp0; local
320 temp0 = vec[14];
357 vec[28] = temp0;
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 933 int32 temp0; local
1037 se_v(psBits, &temp0);
1038 se_v(psBits, &temp0);
1043 se_v(psBits, &temp0);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 2026 int32 r0, r1, temp0, temp1, result; local
2070 int i, temp, temp0, temp1; local
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 789 float temp0 = loop[i]->val + min_val; local
792 loop[i]->val = temp0;
    [all...]
  /external/quake/quake/src/QW/client/
d_polysa.s 45 temp0: .single 0 label
    [all...]
d_polysa.asm 238 temp0 dd 0 define

Completed in 703 milliseconds