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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dr210dec.c42 int aligned_width = FFALIGN(avctx->width, 64); local
48 if (avpkt->size < 4 * aligned_width * avctx->height) {
73 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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dr210dec.c42 int aligned_width = FFALIGN(avctx->width, 64); local
48 if (avpkt->size < 4 * aligned_width * avctx->height) {
73 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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dr210dec.c42 int aligned_width = FFALIGN(avctx->width, 64); local
48 if (avpkt->size < 4 * aligned_width * avctx->height) {
73 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 180 milliseconds