Home
last modified time | relevance | path

Searched refs:borders (Results 1 – 25 of 32) sorted by relevance

12

/external/aac/libSBRdec/src/
Denv_extr.cpp913 hSbrFrameInfo->borders[i] = pTable[i+2]; in generateFixFixOnly()
915 hSbrFrameInfo->borders[0] = 0; in generateFixFixOnly()
916 hSbrFrameInfo->borders[nEnv] = numberTimeSlots; in generateFixFixOnly()
924 hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[tranIdx?tranIdx:1]; in generateFixFixOnly()
1108 pFrameInfo->borders[0] = 0; /* first border */ in extractFrameInfo()
1111 pFrameInfo->borders[i] = border; /* last border */ in extractFrameInfo()
1116 pFrameInfo->borders[--i] = border; in extractFrameInfo()
1138 pFrameInfo->bordersNoise[1] = pFrameInfo->borders[n]; in extractFrameInfo()
1140 pFrameInfo->bordersNoise[1] = pFrameInfo->borders[pFrameInfo->tranEnv]; in extractFrameInfo()
1147 pFrameInfo->borders[0] = border; /* first border */ in extractFrameInfo()
[all …]
Denv_dec.cpp385 h_sbr_data->frameInfo.borders[0] = currentStartPos; in leanSbrConcealment()
386 h_sbr_data->frameInfo.borders[1] = currentStopPos; in leanSbrConcealment()
456 … if ( h_sbr_data->frameInfo.borders[0] != h_prev_data->stopPos - hHeaderData->numberTimeSlots ) { in decodeEnvelope()
613 refLen = pFrameInfo->borders[1] - pFrameInfo->borders[0]; in timeCompensateFirstEnvelope()
615 newLen = pFrameInfo->borders[1] - estimatedStartPos; in timeCompensateFirstEnvelope()
622 estimatedStartPos = pFrameInfo->borders[0]; in timeCompensateFirstEnvelope()
630 pFrameInfo->borders[0] = estimatedStartPos; in timeCompensateFirstEnvelope()
Dsbr_dec.cpp468 UCHAR * borders = hFrameData->frameInfo.borders; in sbr_dec() local
469 lastSlotOffs = borders[hFrameData->frameInfo.nEnvelopes] - hHeaderData->numberTimeSlots; in sbr_dec()
489 borders[0], in sbr_dec()
523 hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes]; in sbr_dec()
Denv_calc.cpp525 UCHAR* borders = hFrameData->frameInfo.borders; in calculateSbrEnvelope() local
536 UCHAR first_start = borders[0] * hHeaderData->timeStep; in calculateSbrEnvelope()
597 if (borders[i] < hHeaderData->numberTimeSlots) in calculateSbrEnvelope()
601 if (borders[i+1] > hHeaderData->numberTimeSlots) in calculateSbrEnvelope()
621 …UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) … in calculateSbrEnvelope()
622 …UCHAR stop_pos = hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) f… in calculateSbrEnvelope()
633 if (borders[i] == hFrameData->frameInfo.bordersNoise[envNoise+1]){ in calculateSbrEnvelope()
Denv_extr.h240 UCHAR borders[MAX_ENVELOPES+1]; /*!< Envelope borders (in SBR-timeslots, e.g. mp3PRO: 0..11) */ member
/external/aac/libSBRenc/src/
Dfram_gen.cpp723 hSbrFrameInfo->borders[i] = pTable[i+2]; in generateFixFixOnly()
726 hSbrFrameInfo->borders[0] = 0; in generateFixFixOnly()
727 hSbrFrameInfo->borders[nEnv] = numberTimeSlots; in generateFixFixOnly()
731 k = hSbrFrameInfo->borders[i+1] - hSbrFrameInfo->borders[i]; in generateFixFixOnly()
747 hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[tranIdx?tranIdx:1]; in generateFixFixOnly()
1938 hSbrFrameInfo->borders[0] = bufferFrameStart; /* start-position of 1st envelope */ in ctrlSignal2FrameInfo()
1940 hSbrFrameInfo->borders[nEnv] = border; in ctrlSignal2FrameInfo()
1944 hSbrFrameInfo->borders[i] = border; in ctrlSignal2FrameInfo()
1961 hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[nEnv - 1]; in ctrlSignal2FrameInfo()
1963 hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[hSbrFrameInfo->shortEnv]; in ctrlSignal2FrameInfo()
[all …]
Dinvf_est.cpp308 const FIXP_DBL *borders, /*!< The border of the regions. */ in findRegion() argument
314 if(currVal < borders[0]){ in findRegion()
319 if( currVal >= borders[i-1] && currVal < borders[i]){ in findRegion()
324 if(currVal >= borders[numBorders-1]){ in findRegion()
Dfram_gen.h226 INT borders[MAX_ENVELOPES+1]; /*!< envelope borders in SBR timeslots */ member
Dton_corr.cpp361 if(transientPos + hTonCorr->transientPosOffset >= frameInfo->borders[frameInfo->nEnvelopes]){ in FDKsbrEnc_TonCorrParamExtr()
368 if(transientPos + hTonCorr->transientPosOffset < frameInfo->borders[frameInfo->nEnvelopes]){ in FDKsbrEnc_TonCorrParamExtr()
Denv_est.cpp735 start_pos = timeStep * frame_info->borders[i]; in calculateSbrEnvelope()
736 stop_pos = timeStep * frame_info->borders[i + 1]; in calculateSbrEnvelope()
1223 if (eData[0].frame_info->borders[i] != eData[1].frame_info->borders[i]) { in FDKsbrEnc_extractSbrEnvelope2()
Dmh_det.cpp471 if(transientPos + transientPosOffset < pFrameInfo->borders[pFrameInfo->nEnvelopes]) in isDetectionOfNewToneAllowed()
505 fixp_abs(pFrameInfo->borders[0] - (prevTransientPos + transientPosOffset - in isDetectionOfNewToneAllowed()
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c790 FT_StrokeBorderRec borders[2]; member
819 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New()
820 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New()
865 ft_stroke_border_reset( &stroker->borders[0] ); in FT_Stroker_Rewind()
866 ft_stroke_border_reset( &stroker->borders[1] ); in FT_Stroker_Rewind()
881 ft_stroke_border_done( &stroker->borders[0] ); in FT_Stroker_Done()
882 ft_stroke_border_done( &stroker->borders[1] ); in FT_Stroker_Done()
898 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto()
940 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
967 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
[all …]
/external/freetype/src/base/
Dftstroke.c791 FT_StrokeBorderRec borders[2]; member
820 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New()
821 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New()
866 ft_stroke_border_reset( &stroker->borders[0] ); in FT_Stroker_Rewind()
867 ft_stroke_border_reset( &stroker->borders[1] ); in FT_Stroker_Rewind()
882 ft_stroke_border_done( &stroker->borders[0] ); in FT_Stroker_Done()
883 ft_stroke_border_done( &stroker->borders[1] ); in FT_Stroker_Done()
899 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto()
941 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
968 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
[all …]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftstroke.c790 FT_StrokeBorderRec borders[2]; member
819 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New()
820 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New()
865 ft_stroke_border_reset( &stroker->borders[0] ); in FT_Stroker_Rewind()
866 ft_stroke_border_reset( &stroker->borders[1] ); in FT_Stroker_Rewind()
881 ft_stroke_border_done( &stroker->borders[0] ); in FT_Stroker_Done()
882 ft_stroke_border_done( &stroker->borders[1] ); in FT_Stroker_Done()
898 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto()
940 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
967 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
[all …]
/external/lldb/test/pexpect-2.4/doc/
Dclean.css81 border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
/external/ImageMagick/MagickCore/
Dxwindow.h29 borders, member
Dxwindow.c3972 const unsigned int borders,const unsigned int level,ExceptionInfo *exception) in XGetWindowImage() argument
4059 if (borders != MagickFalse) in XGetWindowImage()
5013 if (ximage_info->borders != 0) in XImportImage()
5051 image=XGetWindowImage(display,target,ximage_info->borders, in XImportImage()
10039 ximage_info->borders=MagickFalse; in XGetImportInfo()
/external/libvpx/libvpx/vp8/common/x86/
Dpostproc_mmx.asm62 .init_borderd ; initialize borders
75 .init_border ; initialize borders
Dpostproc_sse2.asm281 .init_borderd ; initialize borders
294 .init_border ; initialize borders
/external/llvm/docs/_static/
Dllvm.css8 /* No borders on image links */
/external/chromium-trace/catapult/third_party/Paste/docs/
Ddefault.css141 /* This makes the borders rounded on Mozilla, which pleases me */
/external/shflags/doc/
Drst2html.css15 /* used to remove borders from tables and images */
/external/testng/doc/samplereport/css/
Dmaven-classic.css143 /* colors, backgrounds, borders, link indication */
548 /* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
/external/ImageMagick/MagickWand/
Dimport.c365 ximage_info.borders=IsStringTrue(resource_value); in ImportImageCommand()
497 ximage_info.borders=(*option == '-') ? MagickTrue : MagickFalse; in ImportImageCommand()
/external/libgdx/
DCHANGES109 - API Change: FreeTypeFontParameter has new fields for rendering borders and shadows.
147 - FreeTypeFontGenerator setting to improve shadows and borders.

12