Home
last modified time | relevance | path

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

/external/zopfli/src/zopfli/
Dblocksplitter.c155 size_t npoints = 0; in PrintBlockSplitPoints() local
200 const size_t* splitpoints, size_t npoints, in FindLargestSplittableBlock()
222 size_t** splitpoints, size_t* npoints) { in ZopfliBlockSplitLZ77()
286 size_t maxblocks, size_t** splitpoints, size_t* npoints) { in ZopfliBlockSplit()
335 size_t** splitpoints, size_t* npoints) { in ZopfliBlockSplitSimple()
Ddeflate.c729 size_t npoints = 0; in DeflateSplittingFirst() local
765 size_t npoints = 0; in DeflateSplittingLast() 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/libaom/av1/encoder/
Dransac.c309 static int get_rand_indices(int npoints, int minpts, int *indices, in get_rand_indices()
372 static int ransac(const int *matched_points, int npoints, in ransac()
552 static int ransac_double_prec(const double *matched_points, int npoints, in ransac_double_prec()
746 static int ransac_translation(int *matched_points, int npoints, in ransac_translation()
756 static int ransac_rotzoom(int *matched_points, int npoints, in ransac_rotzoom()
765 static int ransac_affine(int *matched_points, int npoints, in ransac_affine()
783 static int ransac_translation_double_prec(double *matched_points, int npoints, in ransac_translation_double_prec()
793 static int ransac_rotzoom_double_prec(double *matched_points, int npoints, in ransac_rotzoom_double_prec()
803 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()
542 WORD32 npoints) { in ixheaacd_cmplx_anal_fft_p2()
1092 void ixheaacd_real_synth_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { in ixheaacd_real_synth_fft_p3()
1156 void ixheaacd_cmplx_anal_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { in ixheaacd_cmplx_anal_fft_p3()
Dixheaacd_aac_imdct.c296 WORD npoints) { in ixheaacd_post_twiddle_dec()
471 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD npoints, in ixheaacd_post_twid_overlap_add_dec()
790 ia_aac_dec_imdct_tables_struct *ptr_imdct_tables, WORD32 npoints, in ixheaacd_imdct_using_fft_dec()
1582 WORD32 npoints) { in ixheaacd_inverse_transform()
1945 WORD32 npoints, WORD32 *ptr_x, WORD32 *ptr_y) { in ixheaacd_fft32x32_ld_dec()
Dixheaacd_imdct.c138 static WORD32 ixheaacd_fft_based_imdct(WORD32 *data, WORD32 npoints, in ixheaacd_fft_based_imdct()
176 WORD32 ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift, in ixheaacd_acelp_imdct()
Dixheaacd_fft.c71 WORD32 npoints = nlength; in ixheaacd_mps_complex_fft_64_dec() local
548 WORD32 npoints = nlength; in ixheaacd_complex_fft_p2_dec() local
/external/rust/crates/plotters/src/coord/ranged1d/types/
Dnumeric.rs135 let npoints = 1 + ((new_right - new_left) / old_scale * nxt) as usize; localVariable
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c841 WORD32 npoints) { in ixheaacd_esbr_postradixcompute2()
928 WORD32 npoints) { in ixheaacd_esbr_postradixcompute4()
1677 const WORD32 *p_dig_rev_tbl, WORD32 npoints) { in ixheaacd_postradixcompute4()
1784 const WORD32 *pdig_rev_tbl, WORD32 npoints) { in ixheaacd_postradixcompute2()
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c618 WORD32 npoints) { in ixheaacd_esbr_postradixcompute2()
685 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