/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 | 423 UCHAR * borders = hFrameData->frameInfo.borders; in sbr_dec() local 424 lastSlotOffs = borders[hFrameData->frameInfo.nEnvelopes] - hHeaderData->numberTimeSlots; in sbr_dec() 444 borders[0], in sbr_dec() 478 hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes]; in sbr_dec()
|
D | env_calc.cpp | 516 UCHAR* borders = hFrameData->frameInfo.borders; in calculateSbrEnvelope() local 527 UCHAR first_start = borders[0] * hHeaderData->timeStep; in calculateSbrEnvelope() 588 if (borders[i] < hHeaderData->numberTimeSlots) in calculateSbrEnvelope() 592 if (borders[i+1] > hHeaderData->numberTimeSlots) in calculateSbrEnvelope() 612 …UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) … in calculateSbrEnvelope() 613 …UCHAR stop_pos = hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) f… in calculateSbrEnvelope() 624 if (borders[i] == hFrameData->frameInfo.bordersNoise[envNoise+1]){ in calculateSbrEnvelope()
|
D | env_extr.h | 238 UCHAR borders[MAX_ENVELOPES+1]; /*!< Envelope borders (in SBR-timeslots, e.g. mp3PRO: 0..11) */ member
|
/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 721 hSbrFrameInfo->borders[i] = pTable[i+2]; in generateFixFixOnly() 724 hSbrFrameInfo->borders[0] = 0; in generateFixFixOnly() 725 hSbrFrameInfo->borders[nEnv] = numberTimeSlots; in generateFixFixOnly() 729 k = hSbrFrameInfo->borders[i+1] - hSbrFrameInfo->borders[i]; in generateFixFixOnly() 741 hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[tranIdx?tranIdx:1]; in generateFixFixOnly() 1926 hSbrFrameInfo->borders[0] = bufferFrameStart; /* start-position of 1st envelope */ in ctrlSignal2FrameInfo() 1928 hSbrFrameInfo->borders[nEnv] = border; in ctrlSignal2FrameInfo() 1932 hSbrFrameInfo->borders[i] = border; in ctrlSignal2FrameInfo() 1949 hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[nEnv - 1]; in ctrlSignal2FrameInfo() 1951 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 | 225 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 | 627 start_pos = timeStep * frame_info->borders[i]; in calculateSbrEnvelope() 628 stop_pos = timeStep * frame_info->borders[i + 1]; in calculateSbrEnvelope() 1081 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 | 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/lldb/test/pexpect-2.4/doc/ |
D | clean.css | 81 border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
|
/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/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | default.css | 141 /* This makes the borders rounded on Mozilla, which pleases me */
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/ |
D | wikipedia.css | 1439 * Transparent table with suddle borders 3206 /* Remove borders, backgrounds, padding, etc. */ 3538 /* Pie chart test: Transparent borders */
|
/external/mesa3d/docs/ |
D | VERSIONS | 352 - textures with borders didn't work correctly 1389 - fixed bug when bilinear sampling 2d textures with borders
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 2160 境外 < outside\-\(a\-country''s\)\-borders; 2370 境內 < within\-\(a\-country''s\)\-borders; 8011 戍 < defend\-borders; 26324 境外 > outside\-\(a\-country''s\)\-borders; 26388 境內 > within\-\(a\-country''s\)\-borders; 41351 戍 > defend\-borders;
|
/external/libvncserver/x11vnc/ |
D | README | 1946 really bad with extra black borders around the cursor and other cruft. 6564 really bad with extra black borders around the cursor and other cruft. 6570 transparency, which led to the ugly black borders.
|