Home
last modified time | relevance | path

Searched defs:npoints (Results 1 – 13 of 13) sorted by relevance

/external/zopfli/src/zopfli/
Dblocksplitter.c152 size_t npoints = 0; in PrintBlockSplitPoints() local
197 const size_t* splitpoints, size_t npoints, in FindLargestSplittableBlock()
217 size_t** splitpoints, size_t* npoints) { in ZopfliBlockSplitLZ77()
277 size_t maxblocks, size_t** splitpoints, size_t* npoints) { in ZopfliBlockSplit()
325 size_t** splitpoints, size_t* npoints) { in ZopfliBlockSplitSimple()
Ddeflate.c818 size_t npoints = 0; in ZopfliDeflatePart() local
/external/libxaac/decoder/armv7/
Dixheaacd_fft_armv7.c21 WORD32 npoints = nlength; in ixheaacd_complex_fft_p2_armv7() local
71 WORD32 npoints = nlength; in ixheaacd_mps_complex_fft_64_armv7() local
/external/libaom/aom_dsp/flow_estimation/
Dransac.c313 static int get_rand_indices(int npoints, int minpts, int *indices, in get_rand_indices()
376 static int ransac(const int *matched_points, int npoints, in ransac()
561 static int ransac_double_prec(const double *matched_points, int npoints, in ransac_double_prec()
760 static int ransac_translation(int *matched_points, int npoints, in ransac_translation()
770 static int ransac_rotzoom(int *matched_points, int npoints, in ransac_rotzoom()
779 static int ransac_affine(int *matched_points, int npoints, in ransac_affine()
797 static int ransac_translation_double_prec(double *matched_points, int npoints, in ransac_translation_double_prec()
807 static int ransac_rotzoom_double_prec(double *matched_points, int npoints, in ransac_rotzoom_double_prec()
817 static int ransac_affine_double_prec(double *matched_points, int npoints, in ransac_affine_double_prec()
/external/libxaac/decoder/
Dixheaacd_esbr_fft.c43 WORD32 npoints) { in ixheaacd_real_synth_fft_p2()
541 WORD32 npoints) { in ixheaacd_cmplx_anal_fft_p2()
1091 void ixheaacd_real_synth_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { in ixheaacd_real_synth_fft_p3()
1155 void ixheaacd_cmplx_anal_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { in ixheaacd_cmplx_anal_fft_p3()
Dixheaacd_imdct.c149 static VOID ixheaacd_fft_based_imdct(WORD32 *data, WORD32 npoints, WORD32 *preshift, in ixheaacd_fft_based_imdct()
186 VOID ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift, in ixheaacd_acelp_imdct()
Dixheaacd_aac_imdct.c333 WORD npoints) { in ixheaacd_post_twiddle_dec()
508 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints, in ixheaacd_post_twid_overlap_add_dec()
835 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints, in ixheaacd_imdct_using_fft_dec()
1660 WORD32 npoints) { in ixheaacd_inverse_transform()
1823 VOID ixheaacd_fft_32_points(WORD16 *ptr_w, WORD32 npoints, in ixheaacd_fft_32_points()
2254 WORD32 npoints, WORD32* ptr_x, WORD32* ptr_y) { in ixheaacd_fft_120()
2895 WORD32 npoints, WORD32 *ptr_x, WORD32 *ptr_y) { in ixheaacd_fft32x32_ld_dec()
Dixheaacd_fft.c83 WORD32 npoints) { in ixheaacd_mps_synth_calc_fft()
876 WORD32 npoints = nlength; in ixheaacd_mps_complex_fft() local
1422 WORD32 npoints = nlength; in ixheaacd_complex_fft_p2_dec() local
Dixheaacd_fft_ifft_32x32.c259 WORD32 npoints = n_pass; in ixheaacd_hbe_apply_cfftn() local
/external/rust/crates/plotters/src/coord/ranged1d/types/
Dnumeric.rs159 let npoints = 1.0 + ((new_right - new_left) / old_scale * nxt); localVariable
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c977 WORD32 npoints) { in ixheaacd_esbr_postradixcompute2()
1061 WORD32 npoints) { in ixheaacd_esbr_postradixcompute4()
1832 const WORD32 *p_dig_rev_tbl, WORD32 npoints) { in ixheaacd_postradixcompute4()
1935 const WORD32 *pdig_rev_tbl, WORD32 npoints) { in ixheaacd_postradixcompute2()
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c735 WORD32 npoints) { in ixheaacd_esbr_postradixcompute2()
802 WORD32 npoints) { in ixheaacd_esbr_postradixcompute4()
/external/python/cpython2/Modules/
Dglmodule.c330 int ncoords, npoints; in gl_nurbscurve() local
387 long npoints, ncoords; in gl_pwlcurve() local