Searched refs:calc_sz (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx/src/
H A Dvpx_codec.c172 if (mem_reqs[i].calc_sz != NULL) {
178 if (mmaps[i].sz < mem_reqs[i].calc_sz(&cfg, init_flags)) {
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h521 unsigned long (*calc_sz)(const vpx_codec_dec_cfg_t *, vpx_codec_flags_t); member in struct:__anon24985
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c409 ctx->mmaps[i].sz = vp8_mem_req_segs[i].calc_sz(&cfg,
648 mmap->sz = seg_iter->calc_sz(ctx->config.dec, ctx->init_flags);

Completed in 452 milliseconds