Searched refs:num_bands (Results 1 – 5 of 5) 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/skia/gm/rebaseline_server/ |
D | imagediffdb.py | 210 num_bands = len(histogram) / VALUES_PER_BAND 211 max_diff = num_pixels * num_bands * (VALUES_PER_BAND - 1)**2 228 num_bands = len(histogram) / VALUES_PER_BAND 229 for band in xrange(num_bands):
|
/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 | 1786 int volatile n, num_bands; in gray_convert_glyph() local 1811 num_bands = (int)( ( ras.max_ey - ras.min_ey ) / ras.band_size ); in gray_convert_glyph() 1812 if ( num_bands == 0 ) in gray_convert_glyph() 1813 num_bands = 1; in gray_convert_glyph() 1814 if ( num_bands >= 39 ) in gray_convert_glyph() 1815 num_bands = 39; in gray_convert_glyph() 1822 for ( n = 0; n < num_bands; n++, min = max ) in gray_convert_glyph() 1825 if ( n == num_bands - 1 || max > max_y ) in gray_convert_glyph()
|
/external/chromium_org/third_party/freetype/src/smooth/ |
D | ftgrays.c | 1786 int volatile n, num_bands; in gray_convert_glyph() local 1811 num_bands = (int)( ( ras.max_ey - ras.min_ey ) / ras.band_size ); in gray_convert_glyph() 1812 if ( num_bands == 0 ) in gray_convert_glyph() 1813 num_bands = 1; in gray_convert_glyph() 1814 if ( num_bands >= 39 ) in gray_convert_glyph() 1815 num_bands = 39; in gray_convert_glyph() 1822 for ( n = 0; n < num_bands; n++, min = max ) in gray_convert_glyph() 1825 if ( n == num_bands - 1 || max > max_y ) in gray_convert_glyph()
|