BLOCK 127 libavcodec/rtjpeg.c BLOCK(c->lquant, y1, f->linesize[0]); BLOCK 129 libavcodec/rtjpeg.c BLOCK(c->lquant, y1, f->linesize[0]); BLOCK 131 libavcodec/rtjpeg.c BLOCK(c->lquant, y2, f->linesize[0]); BLOCK 133 libavcodec/rtjpeg.c BLOCK(c->lquant, y2, f->linesize[0]); BLOCK 135 libavcodec/rtjpeg.c BLOCK(c->cquant, u, f->linesize[1]); BLOCK 137 libavcodec/rtjpeg.c BLOCK(c->cquant, v, f->linesize[2]); BLOCK 51 libavfilter/vf_uspp.c AVCodecContext *avctx_enc[BLOCK*BLOCK]; BLOCK 195 libavfilter/vf_uspp.c int block = BLOCK >> (is_chroma ? p->hsub : 0); BLOCK 238 libavfilter/vf_uspp.c const int BLOCKc = BLOCK >> p->hsub; BLOCK 255 libavfilter/vf_uspp.c offset = (BLOCK-x1) + (BLOCK-y1) * p->frame_dec->linesize[0]; BLOCK 321 libavfilter/vf_uspp.c int w = (width + 4 * BLOCK-1) & (~(2 * BLOCK-1)); BLOCK 322 libavfilter/vf_uspp.c int h = (height + 4 * BLOCK-1) & (~(2 * BLOCK-1)); BLOCK 345 libavfilter/vf_uspp.c avctx_enc->width = width + BLOCK; BLOCK 346 libavfilter/vf_uspp.c avctx_enc->height = height + BLOCK; BLOCK 362 libavfilter/vf_uspp.c uspp->outbuf_size = (width + BLOCK) * (height + BLOCK) * 10;