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 196 libavfilter/vf_uspp.c int block = BLOCK >> (is_chroma ? p->hsub : 0); BLOCK 231 libavfilter/vf_uspp.c p->frame->height = height + BLOCK; BLOCK 232 libavfilter/vf_uspp.c p->frame->width = width + BLOCK; BLOCK 239 libavfilter/vf_uspp.c const int BLOCKc = BLOCK >> p->hsub; BLOCK 261 libavfilter/vf_uspp.c offset = (BLOCK-x1) + (BLOCK-y1) * p->frame_dec->linesize[0]; BLOCK 330 libavfilter/vf_uspp.c int w = (width + 4 * BLOCK-1) & (~(2 * BLOCK-1)); BLOCK 331 libavfilter/vf_uspp.c int h = (height + 4 * BLOCK-1) & (~(2 * BLOCK-1)); BLOCK 354 libavfilter/vf_uspp.c avctx_enc->width = width + BLOCK; BLOCK 355 libavfilter/vf_uspp.c avctx_enc->height = height + BLOCK; BLOCK 371 libavfilter/vf_uspp.c uspp->outbuf_size = (width + BLOCK) * (height + BLOCK) * 10;