Home
last modified time | relevance | path

Searched refs:borders (Results 1 – 25 of 30) 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/freetype/src/base/
Dftstroke.c780 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/
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/opencv3/doc/tutorials/imgproc/imgtrans/copyMakeBorder/
DcopyMakeBorder.markdown1 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/opencv3/doc/tutorials/core/mat-mask-operations/
Dmat_mask_operations.markdown98 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/
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/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/shflags/doc/
Drst2html.css15 /* used to remove borders from tables and images */
/external/chromium-trace/catapult/third_party/Paste/docs/
Ddefault.css141 /* This makes the borders rounded on Mozilla, which pleases me */
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/
Dpy_histogram_equalization.markdown119 equalization. After equalization, to remove artifacts in tile borders, bilinear interpolation is
/external/opencv3/modules/imgproc/src/opencl/
DfilterSep_singlePass.cl174 // if this pixel happened to be out of image borders because of global size rounding,
/external/opencv3/doc/tutorials/core/discrete_fourier_transform/
Ddiscrete_fourier_transform.markdown56 optimal size and we can use the @ref cv::copyMakeBorder() function to expand the borders of an
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css1439 * Transparent table with suddle borders
3206 /* Remove borders, backgrounds, padding, etc. */
3538 /* Pie chart test: Transparent borders */

12