HomeSort by relevance Sort by last modified time
    Searched defs:temp4 (Results 1 - 18 of 18) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_polyphase_filter_window.cpp 140 int32 temp4 = pt_1[ SUBBANDS_NUMBER*14 ]; local
147 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 2]);
149 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[ 3]);
154 temp4 = pt_1[ SUBBANDS_NUMBER*12];
161 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 6]);
163 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[ 7]);
168 temp4 = pt_1[ SUBBANDS_NUMBER*10 ];
175 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[10]);
177 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[11]);
182 temp4 = pt_1[ SUBBANDS_NUMBER*8 ]
    [all...]
pvmp3_equalizer.cpp 344 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
348 *(inData++) = temp4;
359 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
363 *(inData++) = temp4;
384 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
388 *(inData++) = fxp_mul32_Q32(temp4 << 1, *(pt_equalizer++));
401 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
405 *(inData++) = fxp_mul32_Q32(temp4 << 1, *(pt_equalizer++));
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 90 namespace temp4 { namespace
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.cc 22 float temp, temp2, temp3, temp4; local
26 temp4 = zfar - znear;
37 mat[10] = (-zfar - znear) / temp4;
41 mat[14] = (-temp * zfar) / temp4;
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 45 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; local
46 const int d1 = temp3 + temp4;
63 const int temp4 = (ip[3] * sinpi8sqrt2) >> 16; local
64 const int d1 = temp3 + temp4;
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 55 int temp3, temp4; local
74 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
75 c2 = temp3 - temp4;
78 temp4 = (ip[13] * sinpi8sqrt2) >> 16;
79 d2 = temp3 + temp4;
106 temp4 = ip[15] + ((ip[15] * cospi8sqrt2minus1) >> 16);
107 c2 = temp3 - temp4;
110 temp4 = (ip[15] * sinpi8sqrt2) >> 16;
111 d2 = temp3 + temp4;
144 temp4 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tgsi.c 156 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
172 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y), ureg_src(temp2));
176 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0));
189 ureg_release_temporary(ureg, temp4);
207 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
234 ureg_MAD(ureg, temp4,
237 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 134 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
150 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X),
152 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y),
157 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
160 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X),
174 ureg_release_temporary(ureg, temp4);
194 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
227 ureg_MAD(ureg, temp4,
231 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 156 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
172 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y), ureg_src(temp2));
176 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0));
189 ureg_release_temporary(ureg, temp4);
207 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
234 ureg_MAD(ureg, temp4,
237 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 134 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
150 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X),
152 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y),
157 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
160 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X),
174 ureg_release_temporary(ureg, temp4);
194 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
227 ureg_MAD(ureg, temp4,
231 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 126 temp4 RN 1 label
354 SMLATB temp4, colOp02, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
359 PKHBT out02, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
366 SMLATB temp4, colOp12, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
371 PKHBT out12, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
377 SMLATB temp4, colOp22, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
382 PKHBT out22, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1
    [all...]
  /external/opencv/cv/include/
cvtypes.h 311 CvMat* temp4; member in struct:CvKalman
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
emmintrin.h 1966 __m128i temp, temp2, temp3, temp4; local
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
emmintrin.h 1966 __m128i temp, temp2, temp3, temp4; local
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 745 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1298 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1748 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 105471 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 110449 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); local
    [all...]
  /external/sqlite/dist/
sqlite3.c 110485 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); local
    [all...]

Completed in 961 milliseconds