HomeSort by relevance Sort by last modified time
    Searched defs:borders (Results 1 - 12 of 12) sorted by null

  /external/aac/libSBRdec/src/
sbr_dec.cpp 423 UCHAR * borders = hFrameData->frameInfo.borders; local
424 lastSlotOffs = borders[hFrameData->frameInfo.nEnvelopes] - hHeaderData->numberTimeSlots;
444 borders[0],
478 hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes];
    [all...]
env_extr.h 238 UCHAR borders[MAX_ENVELOPES+1]; /*!< Envelope borders (in SBR-timeslots, e.g. mp3PRO: 0..11) */ member in struct:__anon4835
242 UCHAR bordersNoise[MAX_NOISE_ENVELOPES+1];/*!< borders of noise envelopes */
env_calc.cpp 108 core codec's frame borders.
227 /*static*/ void mapSineFlags(UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag per band) */
465 QMF-timeslots) can be used to smooth the sudden change at the envelope borders.
516 UCHAR* borders = hFrameData->frameInfo.borders; local
527 UCHAR first_start = borders[0] * hHeaderData->timeStep;
588 if (borders[i] < hHeaderData->numberTimeSlots)
592 if (borders[i+1] > hHeaderData->numberTimeSlots)
612 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for current envelope. */
613 UCHAR stop_pos = hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) for current envelope. *
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 112 int borders = 2 * BORDER_SIZE; local
113 mBitmapWidth = width + borders;
114 mBitmapHeight = mSpec.labelBackgroundHeight + borders;
160 int borders = 2 * BORDER_SIZE; local
161 bitmap = Bitmap.createBitmap(labelWidth + borders,
162 s.labelBackgroundHeight + borders, Config.ARGB_8888);
  /external/aac/libSBRenc/src/
fram_gen.h 95 #define MAX_NUM_REL 3 /*!< maximum number of relative borders in any VAR frame */
99 FIXFIX = 0, /*!< bs_frame_class: leading and trailing frame borders are fixed */
102 VARVAR /*!< bs_frame_class: leading and trailing frame borders are variable */
103 ,FIXFIXonly /*!< bs_frame_class: leading border fixed (0), trailing border fixed (nrTimeSlots) and encased borders are dynamically derived from the tranPos */
199 INT n; /*!< number of relative borders for VARFIX and FIXVAR */
201 INT bs_rel_bord[MAX_NUM_REL]; /*!< bs_rel_bord, relative borders for all VAR */
206 INT bs_num_rel_0; /*!< bs_num_rel_0, number of relative borders associated with leading absolute border for VARVAR */
207 INT bs_num_rel_1; /*!< bs_num_rel_1, number of relative borders associated with trailing absolute border for VARVAR */
208 INT bs_rel_bord_0[MAX_NUM_REL]; /*!< bs_rel_bord_0, relative borders associated with leading absolute border for VARVAR */
209 INT bs_rel_bord_1[MAX_NUM_REL]; /*!< bs_rel_bord_1, relative borders associated with trailing absolute border for VARVAR *
225 INT borders[MAX_ENVELOPES+1]; \/*!< envelope borders in SBR timeslots *\/ member in struct:__anon4866
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 103 // If border was changed, invalidate collapsed borders cache.
321 // HTML tables' width styles already include borders and paddings, but CSS tables' width styles do not.
322 LayoutUnit borders = 0;
325 borders = borderStart() + borderEnd() + (collapseBorders() ? LayoutUnit() : paddingStart() + paddingEnd());
327 return minimumValueForLength(styleLogicalWidth, availableWidth) + borders;
338 LayoutUnit borders = LayoutUnit(); local
341 borders = borderAndPadding;
343 computedLogicalHeight = styleLogicalHeight.value() - borders;
553 // Layout was changed, so probably borders too.
592 // Add overflow from borders
    [all...]
RenderTableCell.cpp 322 // so we ignore outside borders. This should not be a problem because it means that
324 // includes any outside borders of this cell.
411 // (1) Borders with the 'border-style' of 'hidden' take precedence over all other conflicting
412 // borders. Any border with this value suppresses all borders at this location.
413 // (2) Borders with a style of 'none' have the lowest priority. Only if the border properties of all
416 // (3) If none of the styles are 'hidden' and at least one of them is not 'none', then narrow borders
451 // The first part of rule #3 above. Wider borders win.
455 // The borders have equal width. Sort by border style.
534 // (5) Our column and column group's start borders
1138 CollapsedBorders borders; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 286 /***** STROKE BORDERS *****/
308 FT_Bool movable; /* TRUE for ends of lineto borders */
780 FT_StrokeBorderRec borders[2]; member in struct:FT_StrokerRec_
806 ft_stroke_border_init( &stroker->borders[0], memory );
807 ft_stroke_border_init( &stroker->borders[1], memory );
849 ft_stroke_border_reset( &stroker->borders[0] );
850 ft_stroke_border_reset( &stroker->borders[1] );
865 ft_stroke_border_done( &stroker->borders[0] );
866 ft_stroke_border_done( &stroker->borders[1] );
882 FT_StrokeBorder border = stroker->borders + side
    [all...]
  /external/freetype/src/base/
ftstroke.c 286 /***** STROKE BORDERS *****/
308 FT_Bool movable; /* TRUE for ends of lineto borders */
780 FT_StrokeBorderRec borders[2]; member in struct:FT_StrokerRec_
806 ft_stroke_border_init( &stroker->borders[0], memory );
807 ft_stroke_border_init( &stroker->borders[1], memory );
849 ft_stroke_border_reset( &stroker->borders[0] );
850 ft_stroke_border_reset( &stroker->borders[1] );
865 ft_stroke_border_done( &stroker->borders[0] );
866 ft_stroke_border_done( &stroker->borders[1] );
882 FT_StrokeBorder border = stroker->borders + side
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftstroke.c 286 /***** STROKE BORDERS *****/
308 FT_Bool movable; /* TRUE for ends of lineto borders */
780 FT_StrokeBorderRec borders[2]; member in struct:FT_StrokerRec_
806 ft_stroke_border_init( &stroker->borders[0], memory );
807 ft_stroke_border_init( &stroker->borders[1], memory );
849 ft_stroke_border_reset( &stroker->borders[0] );
850 ft_stroke_border_reset( &stroker->borders[1] );
865 ft_stroke_border_done( &stroker->borders[0] );
866 ft_stroke_border_done( &stroker->borders[1] );
882 FT_StrokeBorder border = stroker->borders + side
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 560 ArrayList<FilterRepresentation> borders = filtersManager.getBorders(); local
562 for (int i = 0; i < borders.size(); i++) {
563 FilterRepresentation filter = borders.get(i);
564 filter.setName(getString(R.string.borders));
574 for (FilterRepresentation representation : borders) {
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 296 milliseconds