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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmimic.c38 int num_vblocks[3]; member in struct:__anon1948
240 for(y = 0; y < ctx->num_vblocks[plane]; y++) {
343 ctx->num_vblocks[i] = -((-height) >> (3 + !!i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmimic.c41 int num_vblocks[3]; member in struct:__anon3185
289 for (y = 0; y < ctx->num_vblocks[plane]; y++) {
398 ctx->num_vblocks[i] = FF_CEIL_RSHIFT(height, 3 + !!i);

Completed in 41 milliseconds