Searched refs:npoints (Results 1 - 25 of 28) sorted by relevance

12

/external/zopfli/src/zopfli/
H A Dblocksplitter.h48 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);
H A Dblocksplitter.c155 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;
198 FindLargestSplittableBlock( size_t llsize, const unsigned char* done, const size_t* splitpoints, size_t npoints, size_t* lstart, size_t* lend) argument
218 ZopfliBlockSplitLZ77(const ZopfliOptions* options, const unsigned short* litlens, const unsigned short* dists, size_t llsize, size_t maxblocks, size_t** splitpoints, size_t* npoints) argument
284 ZopfliBlockSplit(const ZopfliOptions* options, const unsigned char* in, size_t instart, size_t inend, size_t maxblocks, size_t** splitpoints, size_t* npoints) argument
332 ZopfliBlockSplitSimple(const unsigned char* in, size_t instart, size_t inend, size_t blocksize, size_t** splitpoints, size_t* npoints) argument
[all...]
H A Ddeflate.c729 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/
H A Dixheaacd_aac_imdct.h26 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...]
H A Dixheaacd_windows.h50 void ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift,
H A Dixheaacd_qmf_dec.h139 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);
H A Dixheaacd_esbr_fft.c43 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;
42 ixheaacd_real_synth_fft_p2(FLOAT32 *ptr_x, FLOAT32 *ptr_y, WORD32 npoints) argument
541 ixheaacd_cmplx_anal_fft_p2(FLOAT32 *ptr_x, FLOAT32 *ptr_y, WORD32 npoints) argument
1092 ixheaacd_real_synth_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) argument
1156 ixheaacd_cmplx_anal_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) argument
[all...]
H A Dixheaacd_aac_imdct.c296 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,
294 ixheaacd_post_twiddle_dec(WORD32 out_ptr[], WORD32 spec_data[], ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints) argument
469 ixheaacd_post_twid_overlap_add_dec( WORD16 pcm_out[], WORD32 spec_data[], ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints, WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, WORD16 ch_fac) argument
789 ixheaacd_imdct_using_fft_dec( ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints, WORD32 *ptr_x, WORD32 *ptr_y) argument
1579 ixheaacd_inverse_transform( WORD32 spec_data[], WORD32 scratch[], ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 expo, WORD32 npoints) argument
1944 ixheaacd_fft32x32_ld_dec(ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 npoints, WORD32 *ptr_x, WORD32 *ptr_y) argument
[all...]
H A Dixheaacd_fft.c79 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...]
H A Dixheaacd_imdct.c139 static void ixheaacd_fft_based_imdct(WORD32 *data, WORD32 npoints, argument
143 WORD32 nlength = npoints >> 1;
174 void ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift, argument
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);
H A Dixheaacd_function_selector.h183 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/
H A Dixheaacd_fft_armv7.c21 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
[all...]
H A Dixheaacd_function_selector_armv7.c161 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,
H A Dixheaacd_function_selector_arm_non_neon.c155 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,
H A Dixheaacd_complex_fft_p2.s12 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@
18 LDR r0, [sp, #0x2c] @npoints
20 MOV lr, r0, LSL #1 @(npoints >>1) * 4
H A Dixheaacd_complex_ifft_p2.s12 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@
18 LDR r0, [sp, #0x2c] @npoints
20 MOV lr, r0, LSL #1 @(npoints >>1) * 4
H A Dixheaacd_mps_complex_fft_64_asm.s15 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@
21 LDR r0, [sp, #0x2c] @npoints
23 MOV lr, r0, LSL #1 @(npoints >>1) * 4
/external/libxaac/decoder/armv8/
H A Dixheaacd_function_selector_armv8.c159 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,
H A Dixheaacd_qmf_dec_armv8.c604 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) {
602 ixheaacd_esbr_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x, const WORD32 *pdig_rev_tbl, WORD32 npoints) argument
689 ixheaacd_esbr_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x, const WORD32 *p_dig_rev_tbl, WORD32 npoints) argument
[all...]
/external/libxaac/decoder/generic/
H A Dixheaacd_function_selector_generic.c160 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,
H A Dixheaacd_qmf_dec_generic.c841 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) {
839 ixheaacd_esbr_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x, const WORD32 *pdig_rev_tbl, WORD32 npoints) argument
926 ixheaacd_esbr_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x, const WORD32 *p_dig_rev_tbl, WORD32 npoints) argument
1676 ixheaacd_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x, const WORD32 *p_dig_rev_tbl, WORD32 npoints) argument
1783 ixheaacd_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x, const WORD32 *pdig_rev_tbl, WORD32 npoints) argument
[all...]
/external/libxaac/decoder/x86/
H A Dixheaacd_function_selector_x86.c159 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/
H A Dixheaacd_function_selector_x86_64.c159 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/opencv/cv/src/
H A Dcvcalibration.cpp1338 const CvMat* npoints,
1356 assert( CV_MAT_TYPE(npoints->type) == CV_32SC1 &&
1357 CV_IS_MAT_CONT(npoints->type) );
1358 nimages = npoints->rows + npoints->cols - 1;
1375 total = cvRound(cvSum(npoints).val[0]);
1382 ni = npoints->data.i[i];
1445 const CvMat* npoints,
1466 !CV_IS_MAT(npoints) || !CV_IS_MAT(cameraMatrix) || !CV_IS_MAT(distCoeffs) )
1472 if( CV_MAT_TYPE(npoints
[all...]
/external/libvterm/src/
H A Dstate.c209 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) {

Completed in 395 milliseconds

12