Home
last modified time | relevance | path

Searched refs:LOW_RES (Results 1 – 8 of 8) sorted by relevance

/external/aac/libSBRenc/src/
Dsbr_def.h151 #define LOW_RES 0 macro
Dton_corr.cpp674 INT highBandStartSb = sbrCfg->freqBandTable[LOW_RES][0]; in FDKsbrEnc_InitTonCorrParamExtr()
Dsbr_encoder.cpp755 …sbrConfigData->xOverFreq = (sbrConfigData->freqBandTable[LOW_RES][0] * sbrConfigData->sampleFreq /… in updateFreqBandTable()
/external/chromium_org/cc/resources/
Dpicture_layer_tiling_set_unittest.cc90 low_res_range = set.GetTilingRange(PictureLayerTilingSet::LOW_RES); in TEST()
122 set_without_low_res.GetTilingRange(PictureLayerTilingSet::LOW_RES); in TEST()
153 PictureLayerTilingSet::LOW_RES); in TEST()
182 set_with_only_high_res.GetTilingRange(PictureLayerTilingSet::LOW_RES); in TEST()
Dpicture_layer_tiling_set.h27 LOW_RES, enumerator
Dpicture_layer_tiling_set.cc357 case LOW_RES: in GetTilingRange()
/external/chromium_org/cc/layers/
Dpicture_layer_impl.cc1581 iterators_[LOW_RES] = in LayerRasterTileIterator()
1587 stages_[0].iterator_type = LOW_RES; in LayerRasterTileIterator()
1596 stages_[1].iterator_type = LOW_RES; in LayerRasterTileIterator()
1769 current_tiling_range_type_ = PictureLayerTilingSet::LOW_RES; in AdvanceToNextTilingRangeType()
1771 case PictureLayerTilingSet::LOW_RES: in AdvanceToNextTilingRangeType()
1806 case PictureLayerTilingSet::LOW_RES: in CurrentTilingIndex()
Dpicture_layer_impl.h52 enum IteratorType { LOW_RES, HIGH_RES, NUM_ITERATORS }; enumerator