Searched refs:non_b_qp_alloc_size (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_spp.h46 int non_b_qp_alloc_size; member in struct:__anon3426
H A Dvf_spp.c277 spp->non_b_qp_alloc_size = FF_CEIL_RSHIFT(inlink->w, 4) * FF_CEIL_RSHIFT(inlink->h, 4);
278 spp->non_b_qp_table = av_calloc(spp->non_b_qp_alloc_size, sizeof(*spp->non_b_qp_table));
315 av_assert0(w * h <= spp->non_b_qp_alloc_size);

Completed in 108 milliseconds