Searched refs:aligned_width (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtarga_y216dec.c38 uint16_t *y, *u, *v, aligned_width = FFALIGN(avctx->width, 4); local
41 if (avpkt->size < 4 * avctx->height * aligned_width) {
67 src += aligned_width << 1;
H A Dr210dec.c42 int aligned_width = FFALIGN(avctx->width, local
46 if (avpkt->size < 4 * aligned_width * avctx->height) {
81 src += aligned_width - avctx->width;
H A Dr210enc.c41 int aligned_width = FFALIGN(avctx->width, local
43 int pad = (aligned_width - avctx->width) * 4;
47 if ((ret = ff_alloc_packet2(avctx, pkt, 4 * aligned_width * avctx->height)) < 0)
H A Dv210enc.c51 int aligned_width = ((avctx->width + 47) / 48) * 48; local
52 int stride = aligned_width * 8 / 3;
H A Dv210dec.c84 int aligned_width = ((avctx->width + 47) / 48) * 48; local
85 stride = aligned_width * 8 / 3;
H A Dcdxl.c222 int ret, w, h, encoding, aligned_width, buf_size = pkt->size; local
251 aligned_width = FFALIGN(c->avctx->width, 16);
252 c->padded_bits = aligned_width - c->avctx->width;
253 if (c->video_size < aligned_width * avctx->height * c->bpp / 8)
H A Dfic.c50 int aligned_width, aligned_height; member in struct:FICContext
179 for (x = 0; x < (ctx->aligned_width >> !!p); x += 8) {
436 ctx->aligned_width = FFALIGN(avctx->width, 16);
H A Dsanm.c273 int aligned_width, aligned_height; member in struct:SANMVideoContext
443 ctx->aligned_width = FFALIGN(width, 8);
446 ctx->buf_size = ctx->aligned_width * ctx->aligned_height * sizeof(ctx->frm0[0]);
1235 for (cx = 0; cx < ctx->aligned_width; cx += 8)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dr210dec.c42 int aligned_width = FFALIGN(avctx->width, 64); local
48 if (avpkt->size < 4 * aligned_width * avctx->height) {
79 src += aligned_width - avctx->width;
H A Dv210enc.c55 int aligned_width = ((avctx->width + 47) / 48) * 48; local
56 int stride = aligned_width * 8 / 3;
64 if (buf_size < aligned_width * avctx->height * 8 / 3) {
H A Dv210dec.c48 int aligned_width = ((avctx->width + 47) / 48) * 48; local
49 int stride = aligned_width * 8 / 3;

Completed in 89 milliseconds