/external/aac/libSBRdec/src/ |
D | env_extr.cpp | 913 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 …]
|
D | env_dec.cpp | 385 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()
|
D | sbr_dec.cpp | 468 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()
|
D | env_calc.cpp | 525 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()
|
D | env_extr.h | 240 UCHAR borders[MAX_ENVELOPES+1]; /*!< Envelope borders (in SBR-timeslots, e.g. mp3PRO: 0..11) */ member
|
/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 723 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 …]
|
D | invf_est.cpp | 308 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()
|
D | fram_gen.h | 226 INT borders[MAX_ENVELOPES+1]; /*!< envelope borders in SBR timeslots */ member
|
D | ton_corr.cpp | 361 if(transientPos + hTonCorr->transientPosOffset >= frameInfo->borders[frameInfo->nEnvelopes]){ in FDKsbrEnc_TonCorrParamExtr() 368 if(transientPos + hTonCorr->transientPosOffset < frameInfo->borders[frameInfo->nEnvelopes]){ in FDKsbrEnc_TonCorrParamExtr()
|
D | env_est.cpp | 735 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()
|
D | mh_det.cpp | 471 if(transientPos + transientPosOffset < pFrameInfo->borders[pFrameInfo->nEnvelopes]) in isDetectionOfNewToneAllowed() 505 fixp_abs(pFrameInfo->borders[0] - (prevTransientPos + transientPosOffset - in isDetectionOfNewToneAllowed()
|
/external/freetype/src/base/ |
D | ftstroke.c | 780 FT_StrokeBorderRec borders[2]; member 809 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New() 810 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New() 855 ft_stroke_border_reset( &stroker->borders[0] ); in FT_Stroker_Rewind() 856 ft_stroke_border_reset( &stroker->borders[1] ); in FT_Stroker_Rewind() 871 ft_stroke_border_done( &stroker->borders[0] ); in FT_Stroker_Done() 872 ft_stroke_border_done( &stroker->borders[1] ); in FT_Stroker_Done() 888 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto() 930 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap() 957 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftstroke.c | 790 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftstroke.c | 790 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/opencv3/doc/tutorials/imgproc/imgtrans/copyMakeBorder/ |
D | copyMakeBorder.markdown | 1 Adding borders to your images {#tutorial_copyMakeBorder} 9 - Use the OpenCV function @ref cv::copyMakeBorder to set the borders (extra padding to your 80 -# Now we initialize the argument that defines the size of the borders (*top*, *bottom*, *left* and 115 -# *top*, *bottom*, *left*, *right*: Length in pixels of the borders at each side of the image. 134 colored borders will be shown. 136 - If you press 'c', the random colored borders will appear again
|
/external/ImageMagick/MagickCore/ |
D | xwindow.h | 29 borders, member
|
/external/opencv3/doc/tutorials/core/mat-mask-operations/ |
D | mat_mask_operations.markdown | 98 On the borders of the image the upper notation results inexistent pixel locations (like minus one - 100 in these points and, for example, set the pixels on the borders to zeros: 125 for determining what to do in the regions where the operation is undefined (borders). Using this
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | postproc_mmx.asm | 62 .init_borderd ; initialize borders 75 .init_border ; initialize borders
|
D | postproc_sse2.asm | 281 .init_borderd ; initialize borders 294 .init_border ; initialize borders
|
/external/llvm/docs/_static/ |
D | llvm.css | 8 /* No borders on image links */
|
/external/ImageMagick/MagickWand/ |
D | import.c | 365 ximage_info.borders=IsStringTrue(resource_value); in ImportImageCommand() 497 ximage_info.borders=(*option == '-') ? MagickTrue : MagickFalse; in ImportImageCommand()
|
/external/testng/doc/samplereport/css/ |
D | maven-classic.css | 143 /* colors, backgrounds, borders, link indication */ 548 /* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
|
/external/shflags/doc/ |
D | rst2html.css | 15 /* used to remove borders from tables and images */
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | default.css | 141 /* This makes the borders rounded on Mozilla, which pleases me */
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | filterSep_singlePass.cl | 174 // if this pixel happened to be out of image borders because of global size rounding,
|