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

1 2

  /external/zopfli/src/zopfli/
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);
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...]
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/
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_windows.h 50 void ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift,
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_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);
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,
  /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/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_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,
  /frameworks/base/media/java/android/media/
ResampleInputStream.java 148 byte[] out, int outOffset, int npoints);
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/libvterm/src/
state.c 209 int npoints = 0; local
219 codepoints, &npoints, state->gsingle_set ? 1 : len,
222 if(state->gsingle_set && npoints)
246 while(i < npoints && vterm_unicode_is_combining(codepoints[i])) {
269 for(; i < npoints; i++) {
273 for(glyph_ends = i + 1; glyph_ends < npoints; glyph_ends++)
319 if(i == npoints - 1) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java 336 int npoints = mark.noPoints * 2; local
337 for (int j = 0; j < npoints; j++) {
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 

Completed in 392 milliseconds

1 2