Searched refs:num_hblocks (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.c39 int num_hblocks[3]; member in struct:__anon1948
241 for(x = 0; x < ctx->num_hblocks[plane]; x++) {
279 src += (stride - ctx->num_hblocks[plane])<<3;
280 dst += (stride - ctx->num_hblocks[plane])<<3;
344 ctx->num_hblocks[i] = width >> (3 + !!i) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmimic.c42 int num_hblocks[3]; member in struct:__anon3185
290 for (x = 0; x < ctx->num_hblocks[plane]; x++) {
331 src += (stride - ctx->num_hblocks[plane]) << 3;
332 dst += (stride - ctx->num_hblocks[plane]) << 3;
399 ctx->num_hblocks[i] = width >> (3 + !!i);

Completed in 62 milliseconds