HomeSort by relevance Sort by last modified time
    Searched full:npoints (Results 1 - 25 of 50) sorted by null

1 2

  /external/libxaac/decoder/armv7/
ixheaacd_fft_armv7.c 21 WORD32 npoints = nlength; local
24 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16;
25 n_stages = 30 - ixheaacd_norm32(npoints); // log2(npoints), if npoints=2^m
30 npts = npoints; // CALCULATION OF GUARD BITS
71 WORD32 npoints = nlength; local
74 n_stages = 30 - ixheaacd_norm32(npoints); // log2(npoints), if npoints=2^
    [all...]
ixheaacd_function_selector_armv7.c 161 WORD npoints) = &ixheaacd_post_twiddle_armv7;
165 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
190 (ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
234 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
238 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
ixheaacd_function_selector_arm_non_neon.c 155 WORD npoints) = &ixheaacd_post_twiddle_dec;
159 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
185 (ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
  /external/libxaac/decoder/
ixheaacd_aac_imdct.h 26 WORD32 npoints);
30 WORD32 npoints);
34 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints);
38 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints);
42 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
48 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
54 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
74 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
78 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
82 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
    [all...]
ixheaacd_qmf_dec.h 139 VOID ixheaacd_radix4bfly(const WORD16 *w, WORD32 *x, WORD32 npoints,
143 const WORD32 *p_dig_rev_tbl, WORD32 npoints);
146 const WORD32 *p_dig_rev_tbl, WORD32 npoints);
152 void ixheaacd_sbr_imdct_using_fft(const WORD32 *ptr_w, WORD32 npoints,
167 VOID ixheaacd_radix4bfly(const WORD16 *w, WORD32 *x, WORD32 npoints,
171 const WORD32 *p_dig_rev_tbl, WORD32 npoints);
174 const WORD32 *p_dig_rev_tbl, WORD32 npoints);
ixheaacd_esbr_fft.c 43 WORD32 npoints) {
51 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16;
52 n_stages = 30 - ixheaacd_norm32(npoints);
59 for (i = 0; i < npoints; i += 4) {
70 inp += (npoints >> 2);
73 inp += (npoints >> 2);
76 inp += (npoints >> 2);
96 ptr_y -= 2 * npoints;
99 in_loop_cnt = npoints >> 4;
241 data -= 2 * npoints;
    [all...]
ixheaacd_aac_imdct.c 296 WORD npoints) {
299 WORD32 *spec_data1 = spec_data + npoints - 1;
300 WORD32 *out_ptr1 = out_ptr + npoints - 1;
304 if (npoints == 1024) {
327 for (i = 0; i < (npoints / 2 - 2); i++) {
385 } else if (npoints == 128) {
407 for (i = 0; i < (npoints / 2 - 2); i++) {
471 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
476 WORD32 size = npoints / 2;
790 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
    [all...]
ixheaacd_fft.c 79 WORD32 npoints = nlength; local
82 n_stages = 30 - ixheaacd_norm32(npoints);
88 for (i = 0; i < npoints; i += 4) {
95 inp += (npoints >> 1);
99 inp += (npoints >> 1);
103 inp += (npoints >> 1);
135 ptr_y -= 2 * npoints;
138 in_loop_cnt = npoints >> 4;
280 data -= 2 * npoints;
358 data -= 2 * npoints;
540 WORD32 npoints = nlength; local
    [all...]
ixheaacd_function_selector.h 183 ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
187 ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
ixheaacd_windows.h 50 void ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift,
ixheaacd_imdct.c 139 static void ixheaacd_fft_based_imdct(WORD32 *data, WORD32 npoints,
143 WORD32 nlength = npoints >> 1;
174 void ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift,
178 WORD32 k = (npoints / 2);
186 for (i = 0; i < (npoints / 2); i++) {
192 ixheaacd_fft_based_imdct(imdct_in, npoints / 2, &preshift, tmp_data);
  /external/zopfli/src/zopfli/
blocksplitter.c 155 size_t npoints = 0; local
163 if (lz77splitpoints[npoints] == i) {
164 ZOPFLI_APPEND_DATA(pos, &splitpoints, &npoints);
165 if (npoints == nlz77points) break;
170 assert(npoints == nlz77points);
173 for (i = 0; i < npoints; i++) {
177 for (i = 0; i < npoints; i++) {
193 npoints: the amount of splitpoints found so far.
200 const size_t* splitpoints, size_t npoints,
205 for (i = 0; i <= npoints; i++)
    [all...]
blocksplitter.h 48 size_t** splitpoints, size_t* npoints);
61 npoints: pointer to amount of splitpoints, for the dynamic array. The amount of
66 size_t maxblocks, size_t** splitpoints, size_t* npoints);
75 size_t** splitpoints, size_t* npoints);
deflate.c 729 size_t npoints = 0; local
731 ZopfliBlockSplitSimple(in, instart, inend, 65535, &splitpoints, &npoints);
734 increases the total size. Leave npoints at 0, this represents 1 block. */
737 options->blocksplittingmax, &splitpoints, &npoints);
740 for (i = 0; i <= npoints; i++) {
742 size_t end = i == npoints ? inend : splitpoints[i];
743 DeflateBlock(options, btype, i == npoints && final, in, start, end,
765 size_t npoints = 0; local
795 increases the total size. Leave npoints at 0, this represents 1 block. */
798 options->blocksplittingmax, &splitpoints, &npoints);
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_function_selector_armv8.c 159 WORD npoints) = &ixheaacd_post_twiddle_armv8;
163 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
189 (ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
233 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
237 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
ixheaacd_postradixcompute4.s 34 //STR x4, [sp, #8] ; (npoints / 2)*4bytes - 4bytes
36 //STR x0, [sp, #12] ; (3*(npoints/2))*4bytes - 4bytes
37 // x0 to x2 offset (npoints / 2)*4bytes
136 ADD x1, x1, #1 << 5 // x0 += (Word32) npoints >> 1
137 ADD x4, x4, #1 << 5 // x2 += (Word32) npoints >> 1
ixheaacd_qmf_dec_armv8.c 604 WORD32 npoints) {
617 y2 = ptr_y + (WORD32)npoints;
619 x2 = ptr_x + (WORD32)(npoints >> 1);
621 y1 = y0 + (WORD32)(npoints >> 2);
622 y3 = y2 + (WORD32)(npoints >> 2);
624 n0 = npoints >> 1;
627 for (i = 0; i<npoints>> 1; i += 8) {
684 x0 += (WORD32)npoints >> 1;
685 x2 += (WORD32)npoints >> 1;
691 WORD32 npoints) {
    [all...]
  /external/libxaac/decoder/generic/
ixheaacd_function_selector_generic.c 160 WORD npoints) = &ixheaacd_post_twiddle_dec;
164 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
190 (ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
234 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
238 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
ixheaacd_qmf_dec_generic.c 841 WORD32 npoints) {
854 y2 = ptr_y + (WORD32)npoints;
856 x2 = ptr_x + (WORD32)(npoints >> 1);
858 y1 = y0 + (WORD32)(npoints >> 2);
859 y3 = y2 + (WORD32)(npoints >> 2);
861 n0 = npoints >> 1;
864 for (i = 0; i<npoints>> 1; i += 8) {
921 x0 += (WORD32)npoints >> 1;
922 x2 += (WORD32)npoints >> 1;
928 WORD32 npoints) {
    [all...]
  /external/libxaac/decoder/x86/
ixheaacd_function_selector_x86.c 159 WORD npoints) = &ixheaacd_post_twiddle_dec;
163 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
189 (ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
233 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
237 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
  /external/libxaac/decoder/x86_64/
ixheaacd_function_selector_x86_64.c 159 WORD npoints) = &ixheaacd_post_twiddle_dec;
163 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints,
189 (ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints,
233 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
237 (ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints,
  /external/fonttools/Lib/fontTools/ttLib/tables/
_m_a_x_p.py 87 nPoints, nContours = g.getMaxpValues()
88 maxPoints = max(maxPoints, nPoints)
91 nPoints, nContours, componentDepth = g.getCompositeMaxpValues(glyfTable)
92 maxCompositePoints = max(maxCompositePoints, nPoints)
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 344 public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints)
346 graphics.drawPolygon(xPoints, yPoints, nPoints);
354 public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints)
356 graphics.drawPolyline(xPoints, yPoints, nPoints);
424 public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints)
426 graphics.fillPolygon(xPoints, yPoints, nPoints);
  /external/pdfium/third_party/lcms/src/
cmsgmt.c 93 cmsUInt32Number nPoints,
111 SampledPoints = (cmsFloat32Number*) _cmsCalloc(ContextID, nPoints, sizeof(cmsFloat32Number));
114 for (i=0; i < nPoints; i++) {
119 cmyk[3] = (cmsFloat32Number) ((i * 100.0) / (nPoints-1));
125 out = cmsBuildTabulatedToneCurveFloat(ContextID, nPoints, SampledPoints);
140 cmsUInt32Number nPoints,
160 in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
163 out = ComputeKToLstar(ContextID, nPoints, 1,
176 KTone = cmsJoinToneCurve(ContextID, in, out, nPoints);

Completed in 1879 milliseconds

1 2