Searched refs:num_bands (Results 1 – 4 of 4) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbrdec_freq_sca.cpp | 102 static void CalcBands(UCHAR * diff, UCHAR start, UCHAR stop, UCHAR num_bands); 430 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands) in calcFactorPerBand() argument 453 for (j=0; j<num_bands; j++) in calcFactorPerBand() 497 int num_bands; in numberOfBands() local 512 num_bands = 2 * ((LONG)num_bands_div128 >> (FRACT_BITS - 7)); in numberOfBands() 514 return(num_bands); in numberOfBands() 529 UCHAR num_bands) /*!< Desired number of bands */ in CalcBands() argument 535 FIXP_SGL bandfactor = calcFactorPerBand(start, stop, num_bands); in CalcBands() 540 for(i=num_bands-1; i>=0; i--) { in CalcBands() 602 UCHAR num_bands, in sbrdecUpdateHiRes() argument [all …]
|
/external/aac/libSBRenc/src/ |
D | sbrenc_freq_sca.cpp | 102 static void CalcBands(INT * diff, INT start , INT stop , INT num_bands); 559 CalcBands(INT * diff, INT start , INT stop , INT num_bands) in CalcBands() argument 567 for(i=1; i<= num_bands; i++) in CalcBands() 570 exp = fDivNorm((FIXP_DBL)i, (FIXP_DBL)num_bands, &qe); in CalcBands()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 1804 int volatile n, num_bands; in gray_convert_glyph() local 1829 num_bands = (int)( ( ras.max_ey - ras.min_ey ) / ras.band_size ); in gray_convert_glyph() 1830 if ( num_bands == 0 ) in gray_convert_glyph() 1831 num_bands = 1; in gray_convert_glyph() 1832 if ( num_bands >= 39 ) in gray_convert_glyph() 1833 num_bands = 39; in gray_convert_glyph() 1840 for ( n = 0; n < num_bands; n++, min = max ) in gray_convert_glyph() 1843 if ( n == num_bands - 1 || max > max_y ) in gray_convert_glyph()
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftgrays.c | 1785 int volatile n, num_bands; in gray_convert_glyph() local 1810 num_bands = (int)( ( ras.max_ey - ras.min_ey ) / ras.band_size ); in gray_convert_glyph() 1811 if ( num_bands == 0 ) in gray_convert_glyph() 1812 num_bands = 1; in gray_convert_glyph() 1813 if ( num_bands >= 39 ) in gray_convert_glyph() 1814 num_bands = 39; in gray_convert_glyph() 1821 for ( n = 0; n < num_bands; n++, min = max ) in gray_convert_glyph() 1824 if ( n == num_bands - 1 || max > max_y ) in gray_convert_glyph()
|