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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daic.c145 int num_x_slices; member in struct:AICContext
383 off = FFALIGN(AIC_HDR_SIZE + ctx->num_x_slices * ctx->mb_height * 2, 4);
397 ctx->num_x_slices * ctx->mb_height * 2);
441 ctx->num_x_slices = 16;
446 ctx->num_x_slices = i;
H A Dproresdec_lgpl.c71 int num_x_slices; member in struct:__anon3200
222 int remainder, num_x_slices; local
255 num_x_slices = (ctx->num_x_mbs >> slice_width_factor) + (remainder & 1) +
258 num_slices = num_x_slices * ctx->num_y_mbs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c68 int num_x_slices; member in struct:__anon1962
238 int remainder, num_x_slices; local
271 num_x_slices = (ctx->num_x_mbs >> slice_width_factor) + (remainder & 1) +
274 num_slices = num_x_slices * ctx->num_y_mbs;

Completed in 109 milliseconds