Lines Matching defs:destbuf
379 uint8_t *destbuf, int dbuf_len,
391 destbuf += x_pos;
399 *destbuf++ = map_table[bits];
401 *destbuf++ = bits;
416 *destbuf++ = bits;
434 *destbuf++ = bits;
448 *destbuf++ = bits;
459 *destbuf++ = bits;
471 *destbuf++ = bits;
486 static int dvbsub_read_4bit_string(AVCodecContext *avctx, uint8_t *destbuf, int dbuf_len,
498 destbuf += x_pos;
506 *destbuf++ = map_table[bits];
508 *destbuf++ = bits;
529 *destbuf++ = bits;
544 *destbuf++ = bits;
560 *destbuf++ = bits;
574 *destbuf++ = bits;
585 *destbuf++ = bits;
593 *destbuf++ = bits;
610 uint8_t *destbuf, int dbuf_len,
619 destbuf += x_pos;
627 *destbuf++ = map_table[bits];
629 *destbuf++ = bits;
650 *destbuf++ = bits;