Searched refs:bcj_apply (Results 1 – 2 of 2) sorted by relevance
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_bcj.c | 345 static void bcj_apply(struct xz_dec_bcj *s, in bcj_apply() function 459 bcj_apply(s, b->out, &out_start, b->out_pos); in xz_dec_bcj_run() 509 bcj_apply(s, s->temp.buf, &s->temp.filtered, s->temp.size); in xz_dec_bcj_run()
|
/external/toybox/toys/pending/ |
D | xzcat.c | 756 static void bcj_apply(struct xz_dec_bcj *s, in bcj_apply() function 870 bcj_apply(s, b->out, &out_start, b->out_pos); in xz_dec_bcj_run() 920 bcj_apply(s, s->temp.buf, &s->temp.filtered, s->temp.size); in xz_dec_bcj_run()
|