Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/zopfli/src/zopfli/
H A 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()
H A Ddeflate.c818 size_t npoints = 0; in ZopfliDeflatePart() local
/aosp_15_r20/external/libxaac/common/
H A Dixheaac_esbr_fft.c42 void ixheaac_real_synth_fft_p2(FLOAT32 *ptr_x, FLOAT32 *ptr_y, WORD32 npoints) { in ixheaac_real_synth_fft_p2()
537 void ixheaac_cmplx_anal_fft_p2(FLOAT32 *ptr_x, FLOAT32 *ptr_y, WORD32 npoints) { in ixheaac_cmplx_anal_fft_p2()
1084 void ixheaac_real_synth_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { in ixheaac_real_synth_fft_p3()
1148 void ixheaac_cmplx_anal_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { in ixheaac_cmplx_anal_fft_p3()
/aosp_15_r20/external/libxaac/decoder/armv7/
H A 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
/aosp_15_r20/external/libxaac/encoder/
H A Diusace_fft.c125 WORD32 npoints = nlength; in iusace_complex_fft_p2() local
816 static VOID iusace_calc_pre_twid_enc(FLOAT64 *ptr_in, FLOAT32 *fft_ptr, WORD32 npoints, in iusace_calc_pre_twid_enc()
860 static VOID iusace_calc_post_twid_enc(FLOAT64 *ptr_out, FLOAT32 *fft_ptr, WORD32 npoints, in iusace_calc_post_twid_enc()
886 IA_ERRORCODE iusace_fft_based_mdct(FLOAT64 *ptr_in, FLOAT64 *ptr_out, WORD32 npoints, in iusace_fft_based_mdct()
H A Dixheaace_sbr_env_est.c1121 const FLOAT32 *ptr_dig_rev_tbl, WORD32 npoints) { in ixheaace_esbr_postradixcompute2()
1211 const FLOAT32 *ptr_dig_rev_tbl, WORD32 npoints) { in ixheaace_esbr_postradixcompute4()
H A Dixheaace_fft.c425 WORD32 npoints = nlength; in ia_enhaacplus_enc_complex_fft_p2() local
1930 static VOID ixheaace_fft_120(WORD32 npoints, FLOAT32 *ptr_x_flt, FLOAT32 *ptr_y_flt) { in ixheaace_fft_120()
H A Dixheaace_sbr_hbe_fft_ifft_32x32.c327 WORD32 npoints = n_pass; in ixheaace_hbe_apply_cfftn() local
/aosp_15_r20/external/libxaac/decoder/
H A 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()
H A 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()
H A 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
H A Dixheaacd_fft_ifft_32x32.c259 WORD32 npoints = n_pass; in ixheaacd_hbe_apply_cfftn() local
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/
H A Dransac.c286 static bool ransac_internal(const Correspondence *matched_points, int npoints, in ransac_internal()
491 bool ransac(const Correspondence *matched_points, int npoints, in ransac()
/aosp_15_r20/external/libxaac/decoder/generic/
H A 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()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/
Dnumeric.rs159 let npoints = 1.0 + ((new_right - new_left) / old_scale * nxt); localVariable
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterDrawRepresentation.java336 int npoints = mark.noPoints * 2; in serializeRepresentation() local
/aosp_15_r20/external/libxaac/decoder/armv8/
H A Dixheaacd_qmf_dec_armv8.c735 WORD32 npoints) { in ixheaacd_esbr_postradixcompute2()
802 WORD32 npoints) { in ixheaacd_esbr_postradixcompute4()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjfreechart-swt-1.0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/ ...
/aosp_15_r20/external/python/cpython2/Modules/
Dglmodule.c330 int ncoords, npoints; in gl_nurbscurve() local
387 long npoints, ncoords; in gl_pwlcurve() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Gallery2/Gallery2/android_common/javac/
DGallery2.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/util/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Gallery2/Gallery2/android_common/withres/
DGallery2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Gallery2/Gallery2/android_common/jarjar/
DGallery2.jarorg/jspecify/annotations/Nullable.class Nullable.java package org.jspecify.annotations public ...
/aosp_15_r20/out/target/common/obj/APPS/Gallery2_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Gallery2/Gallery2/android_common/combined/
DGallery2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/
Dct.symMETA-INF/ META-INF/MANIFEST.MF META-INF/sym/rt. ...

12