Home
last modified time | relevance | path

Searched defs:max_order (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlpc.h54 int max_order; member
135 static inline void compute_ref_coefs(const LPC_TYPE *autoc, int max_order, in compute_ref_coefs() argument
166 static inline int AAC_RENAME(compute_lpc_coefs)(const LPC_TYPE *autoc, int max_order, in compute_lpc_coefs() argument
[all...]
H A Dlpc.c146 static int estimate_best_order(double *ref, int min_order, int max_order) in estimate_best_order() argument
201 ff_lpc_calc_coefs(LPCContext *s, const int32_t *samples, int blocksize, int min_order, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, enum FFLPCType lpc_type, int lpc_passes, int omethod, int min_shift, int max_shift, int zero_shift) ff_lpc_calc_coefs() argument
301 ff_lpc_init(LPCContext *s, int blocksize, int max_order, enum FFLPCType lpc_type) ff_lpc_init() argument
[all...]
H A Dmlpdec.c680 const int max_order = filter ? MAX_IIR_ORDER : MAX_FIR_ORDER; in read_filter_params() local
H A Dflacenc.c792 int min_order, max_order, opt_order, omethod; in encode_residual_ch() local
[all...]
H A Dalsdec.c170 int max_order; ///< maximum prediction order (0..1023) member
[all...]
H A Dmlpenc.c1314 const int max_order = (ctx->substream_info & SUBSTREAM_INFO_HIGH_RATE) in set_filter_params() local
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_slab.c234 pb_slabs_init(struct pb_slabs *slabs, unsigned min_order, unsigned max_order, unsigned num_heaps, bool allow_three_fourth_allocations, void *priv, slab_can_reclaim_fn *can_reclaim, slab_alloc_fn *slab_alloc, slab_free_fn *slab_free) pb_slabs_init() argument
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c469 unsigned max_order = MIN2(min_order + num_slab_orders_per_allocator, in amdgpu_winsys_create() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c1287 unsigned max_order = MIN2(min_order + num_slab_orders_per_allocator, in zink_bo_init() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c2472 unsigned max_order = in iris_bufmgr_create() local

Completed in 18 milliseconds