Searched refs:size_factor (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_cache.c | 130 buf->size > (unsigned) (mgr->size_factor * size)) in pb_cache_is_buffer_compat() 281 uint usecs, float size_factor, in pb_cache_init() argument 304 mgr->size_factor = size_factor; in pb_cache_init()
|
D | pb_cache.h | 64 float size_factor; member 78 uint usecs, float size_factor,
|
D | pb_bufmgr_cache.c | 290 float size_factor, in pb_cache_manager_create() argument 307 pb_cache_init(&mgr->cache, 1, usecs, size_factor, bypass_usage, in pb_cache_manager_create()
|
D | pb_bufmgr.h | 139 float size_factor,
|
/third_party/ffmpeg/libavcodec/ |
D | indeo4.c | 94 static inline int scale_tile_size(int def_size, int size_factor) in scale_tile_size() argument 96 return size_factor == 15 ? def_size : (size_factor + 1) << 5; in scale_tile_size()
|
/third_party/ffmpeg/libswscale/ |
D | utils.c | 320 int size_factor; ///< size factor used when initing the filters member 413 if (flags & scale_algorithms[i].flag && scale_algorithms[i].size_factor > 0) { in initFilter() 414 sizeFactor = scale_algorithms[i].size_factor; in initFilter()
|