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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dzmbvenc.c40 #define ZMBV_BLOCK 16 macro
98 bw = FFMIN(ZMBV_BLOCK, c->avctx->width - x);
99 bh = FFMIN(ZMBV_BLOCK, c->avctx->height - y);
174 bw = (avctx->width + ZMBV_BLOCK - 1) / ZMBV_BLOCK;
175 bh = (avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK;
180 for(y = 0; y < avctx->height; y += ZMBV_BLOCK) {
181 bh2 = FFMIN(avctx->height - y, ZMBV_BLOCK);
182 for(x = 0; x < avctx->width; x += ZMBV_BLOCK, m
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dzmbvenc.c38 #define ZMBV_BLOCK 16 macro
97 bw = FFMIN(ZMBV_BLOCK, c->avctx->width - x);
98 bh = FFMIN(ZMBV_BLOCK, c->avctx->height - y);
149 *buf++ = ZMBV_BLOCK; len++; // block width
150 *buf++ = ZMBV_BLOCK; len++; // block height
186 bw = (avctx->width + ZMBV_BLOCK - 1) / ZMBV_BLOCK;
187 bh = (avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK;
192 for(y = 0; y < avctx->height; y += ZMBV_BLOCK) {
[all...]

Completed in 114 milliseconds