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

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

Completed in 649 milliseconds