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

1 2 3 4

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
sqrt_of_one_minus_x_squared.c 23 int32_t sq; local
30 sq = WEBRTC_SPL_MUL_16_16(tmp, tmp); // x^2 in Q30
31 sq = 1073741823 - sq; // 1-x^2, where 1 ~= 0.99999999906 is 1073741823 in Q30
32 sq = WebRtcSpl_Sqrt(sq); // sqrt(1-x^2) in Q15
33 yQ15[m] = (int16_t)sq;
  /external/webrtc/src/common_audio/signal_processing/
sqrt_of_one_minus_x_squared.c 23 WebRtc_Word32 sq; local
30 sq = WEBRTC_SPL_MUL_16_16(tmp, tmp); // x^2 in Q30
31 sq = 1073741823 - sq; // 1-x^2, where 1 ~= 0.99999999906 is 1073741823 in Q30
32 sq = WebRtcSpl_Sqrt(sq); // sqrt(1-x^2) in Q15
33 yQ15[m] = (WebRtc_Word16)sq;
  /cts/tools/signature-tools/spec/
android.spec 13 superClasst Lsignature/model/ITypeReference;LtypeParameterstLjava/util/List;xq~ sq~w ?@xq~ sq~w ?@xpq~ sq~w ?@srsignature.model.impl.SigField?L7??+ciL modifiersq~Lnameq~Ltypeq~xq~ sq~w ?@xsr$java.util.EnumSet$SerializationProxy??vT??L elementTypetLjava/lang/Class;[elementst[Ljava/lang/Enum;xpvrsignature.model.Modifierxrjava.lang.Enumxpur[Ljava.lang.Enum;???-3?/?xp~q~tPUBLIC~q~tSTATIC~q~tFINALtserialVersionUID~r%signature.model.impl.SigPrimitiveTypexq~t LONG_TYPExq~ sq~w ?@sr&signature.model.impl.SigClassReference'R?32?L
23 definitionq~xpsq~sq~w ?@xq~ sq~w ?@xpq~ sq~w ?@xq~ sq~w ?@x~rsignature.model.Kindxq~t INTERFACEsq~w ?@srsignature.model.impl.SigMethod8????-?L
36 parametersq~LtypeParametersq~xq~ sq~w ?@xq~0q~ sq~q~ uq~!q~#~q~tABSTRACTt getParamssrjava.util.A (…)
    [all...]
  /external/elfutils/0.153/lib/
next_prime.c 59 size_t sq = divn * divn; local
61 while (sq < candidate && candidate % divn != 0)
63 size_t old_sq = sq;
65 sq += 4 * divn;
66 if (sq < old_sq)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_query.c 74 struct svga_query *sq; local
78 sq = CALLOC_STRUCT(svga_query);
79 if (!sq)
82 sq->type = SVGA3D_QUERYTYPE_OCCLUSION;
84 sq->hwbuf = svga_winsys_buffer_create(svga,
87 sizeof *sq->queryResult);
88 if(!sq->hwbuf)
91 sq->queryResult = (SVGA3dQueryResult *)sws->buffer_map(sws,
92 sq->hwbuf,
94 if(!sq->queryResult
123 struct svga_query *sq = svga_query( q ); local
137 struct svga_query *sq = svga_query( q ); local
181 struct svga_query *sq = svga_query( q ); local
215 struct svga_query *sq = svga_query( q ); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_query.c 74 struct svga_query *sq; local
78 sq = CALLOC_STRUCT(svga_query);
79 if (!sq)
82 sq->type = SVGA3D_QUERYTYPE_OCCLUSION;
84 sq->hwbuf = svga_winsys_buffer_create(svga,
87 sizeof *sq->queryResult);
88 if(!sq->hwbuf)
91 sq->queryResult = (SVGA3dQueryResult *)sws->buffer_map(sws,
92 sq->hwbuf,
94 if(!sq->queryResult
123 struct svga_query *sq = svga_query( q ); local
137 struct svga_query *sq = svga_query( q ); local
181 struct svga_query *sq = svga_query( q ); local
215 struct svga_query *sq = svga_query( q ); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c 58 struct softpipe_query* sq; local
68 sq = CALLOC_STRUCT( softpipe_query );
69 sq->type = type;
71 return (struct pipe_query *)sq;
86 struct softpipe_query *sq = softpipe_query(q); local
88 switch (sq->type) {
90 sq->start = softpipe->occlusion_count;
94 sq->start = 1000*os_time_get();
97 sq->so.primitives_storage_needed = 0;
99 sq->so.num_primitives_written = 0
122 struct softpipe_query *sq = softpipe_query(q); local
162 struct softpipe_query *sq = softpipe_query(q); local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 58 struct softpipe_query* sq; local
68 sq = CALLOC_STRUCT( softpipe_query );
69 sq->type = type;
71 return (struct pipe_query *)sq;
86 struct softpipe_query *sq = softpipe_query(q); local
88 switch (sq->type) {
90 sq->start = softpipe->occlusion_count;
94 sq->start = 1000*os_time_get();
97 sq->so.primitives_storage_needed = 0;
99 sq->so.num_primitives_written = 0
122 struct softpipe_query *sq = softpipe_query(q); local
162 struct softpipe_query *sq = softpipe_query(q); local
    [all...]
  /external/stlport/test/unit/
resolve_name.cpp 50 struct sq struct
52 sq() {} function in struct:sq
  /ndk/tests/device/test-gnustl-full/unit/
resolve_name.cpp 50 struct sq struct
52 sq() {} function in struct:sq
  /ndk/tests/device/test-stlport/unit/
resolve_name.cpp 50 struct sq struct
52 sq() {} function in struct:sq
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c4_17pf.cpp 410 Word16 sq; local
463 sq = -1;
499 /* s = L_msu(s, sq, alp_16, pOverflow); */
500 s -= (((Word32) sq * alp_16) << 1);
504 sq = sq1;
521 sq = -1;
557 /* s = L_msu(s, sq, alp_16, pOverflow); */
558 s -= (((Word32) sq * alp_16) << 1);
562 sq = sq1;
577 sq = -1
    [all...]
s10_8pf.cpp 192 Word16 psk, ps, ps0, ps1, ps2, sq, sq2;
245 sq = -1;
280 s = L_msu (L_mult (alp, sq2), sq, alp_16);
284 sq = sq2;
313 sq = -1;
340 s = L_msu (L_mult (alp, sq2), sq, alp_16);
344 sq = sq2;
375 sq = -1;
404 s = L_msu (L_mult (alp, sq2), sq, alp_16);
408 sq = sq2
572 Word16 sq, sq2; local
    [all...]
c3_14pf.cpp 397 Word16 sq; local
451 sq = -1;
489 /* s = L_msu(s, sq, alp_16, pOverflow); */
490 s -= (((Word32) sq * alp_16) << 1);
494 sq = sq1;
511 sq = -1;
547 /* s = L_msu(s, sq, alp_16, pOverflow); */
548 s -= (((Word32) sq * alp_16) << 1);
552 sq = sq1;
564 s = L_mult(alpk, sq, pOverflow)
    [all...]
c2_11pf.cpp 421 Word16 sq; local
469 sq = -1;
504 /* s =L_msu(s, sq, alp_16, pOverflow); */
505 s -= (((Word32) sq * alp_16) << 1);
509 sq = sq1;
518 /* s = L_mult(alpk, sq, pOverflow); */
519 s = ((Word32) alpk * sq) << 1;
526 psk = sq;
c2_9pf.cpp 482 Word16 psk, ps0, ps1, sq, sq1;
514 sq = -1;
537 s = L_msu(L_mult(alp, sq1), sq, alp_16);
540 sq = sq1;
550 s = L_msu(L_mult(alpk, sq), psk, alp);
553 psk = sq;
603 Word16 sq; local
654 sq = -1;
695 /* s = L_msu(L_temp, sq, alp_16, pOverflow); */
696 s = L_temp - (((Word32) sq * alp_16) << 1)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 78 # escape-for-shell-sq
80 # Usage: embeddable-text = $(call escape-for-shell-sq,text)
86 escape-for-shell-sq = $(subst ','\'',$(1))
88 # shell-sq
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
92 shell-sq = '$(escape-for-shell-sq)'
124 # produces the same results as the `$(shell-sq)' function.
126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq))
128 "$$(echo $(call escape-nl,$(shell-sq),$(2)) | $(call shell-unescape-nl,$(2)))
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
idct_blk_mmx.c 16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
20 short *sq = (short *) d->qcoeff; local
23 vp8_dequantize_b_impl_mmx(sq, dq, DQC);
  /external/libvpx/libvpx/vp8/common/x86/
idct_blk_mmx.c 16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
20 short *sq = (short *) d->qcoeff; local
23 vp8_dequantize_b_impl_mmx(sq, dq, DQC);
  /external/opencv/cv/src/
cvsumpixels.cpp 55 sqsumtype sq; \
100 for( x = 0, s = 0, sq = 0; x < size.width; x++ ) \
106 sq += tq; \
108 tq = sqsum[x - sqsumstep] + sq; \
126 for( x = 0, s = 0, sq = 0; x < size.width; x++ ) \
133 sq += tq; \
135 sqsum[x] = sq; \
154 sq = tq0 = cast_sqr_macro(it); \
173 sq += tq0; \
175 sqsum[x] = sqsum[x - sqsumstep] + sq; \
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
idct_blk_mmx.c 16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
20 short *sq = (short *) d->qcoeff; local
23 vp8_dequantize_b_impl_mmx(sq, dq, DQC);
  /frameworks/av/services/audioflinger/
FastCapture.h 46 FastCaptureStateQueue* sq();
FastMixer.h 41 FastMixerStateQueue* sq();
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_channel.c 49 mm_camera_frame_queue_t *sq,
58 mm_camera_frame_queue_t *sq,
66 mm_camera_frame_queue_t *sq,
554 mm_camera_frame_queue_t *sq,
565 if(count < mm_camera_stream_frame_get_q_cnt(sq))
566 count = mm_camera_stream_frame_get_q_cnt(sq);
568 count, frame_attr->look_back, mq->match_cnt, sq->match_cnt);
571 CDBG("count=%d, frame_attr->look_back=%d,mq->match_cnt=%d, sq->match_cnt=%d",
572 count, frame_attr->look_back, mq->match_cnt,sq->match_cnt);
575 sframe = mm_camera_stream_frame_deq(sq);
610 mm_camera_frame_queue_t *sq = NULL; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 57 Word16 ps, psk, ps1, ps2, alpk, alp1, alp2, sq; local
241 sq = vo_mult(ps2, ps2);
242 s = vo_L_mult(alpk, sq) - ((psk * alp2)<<1);
245 psk = sq;

Completed in 1301 milliseconds

1 2 3 4