Home
last modified time | relevance | path

Searched refs:quantize_band_cost_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_quantization_misc.h38 entry = &s->quantize_band_cost_cache[scale_idx][w*16+g]; in quantize_band_cost_cached()
Daacenc.h413 …AACQuantizeBandCostCacheEntry quantize_band_cost_cache[256][128]; ///< memoization area for quanti… member
Daacenc.c128 memset(s->quantize_band_cost_cache, 0, sizeof(s->quantize_band_cost_cache)); in ff_quantize_band_cost_cache_init()