Home
last modified time | relevance | path

Searched refs:ybuf (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dxxan.c284 uint8_t *ybuf, *prev_buf, *src = s->scratch_buffer; in xan_decode_frame_type0() local
307 ybuf = s->y_buffer; in xan_decode_frame_type0()
309 ybuf[0] = last << 1; in xan_decode_frame_type0()
312 ybuf[j] = last + cur; in xan_decode_frame_type0()
313 ybuf[j+1] = cur << 1; in xan_decode_frame_type0()
316 ybuf[j] = last << 1; in xan_decode_frame_type0()
317 prev_buf = ybuf; in xan_decode_frame_type0()
318 ybuf += avctx->width; in xan_decode_frame_type0()
322 ybuf[0] = last << 1; in xan_decode_frame_type0()
325 ybuf[j] = last + cur; in xan_decode_frame_type0()
[all …]
/third_party/mingw-w64/mingw-w64-crt/stdio/
Dfseeko64.c37 #define ybuf(s) ((s)->_flag & _IOYOURBUF) macro
Dfseeki64.c23 #define ybuf(s) ((s)->_flag & _IOYOURBUF) macro
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dutils.js269 var ybuf = bigintToMpBuf(y);
270 return (ybuf);
/third_party/mksh/
Dedit.c3542 static char *ybuf; /* yank buffer */ variable
3591 ybuf = alloc(LINE, AEDIT); in x_vi()
4281 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd()
4294 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd()
4813 memmove(ybuf, &vs->cbuf[a], yanklen); in yank_range()