Lines Matching refs:tile_stride
153 int tile_stride, epic_buf_stride, old_tile_w, old_tile_h;
987 memset(c->jpeg_tile, 0, c->tile_stride * aheight);
989 c->jpeg_tile, c->tile_stride,
1002 jpg += c->tile_stride;
1017 const uint8_t *jpeg_tile, int tile_stride,
1034 for (j = 0; j < height; j++, dst += stride, jpeg_tile = FF_PTR_ADD(jpeg_tile, tile_stride)) {
1149 memset(c->jpeg_tile, 0, c->tile_stride * height);
1151 c->jpeg_tile, c->tile_stride,
1155 c->jpeg_tile, c->tile_stride,
1176 c->tile_stride = FFALIGN(c->tile_width, 16) * 3;
1185 c->synth_tile = av_mallocz(c->tile_stride * aligned_height);
1186 c->jpeg_tile = av_mallocz(c->tile_stride * aligned_height);