Lines Matching defs:buf
65 const uint8_t *buf = avpkt->data;
77 const signed char *y_table = (const signed char*)buf + 0;
78 const signed char *u_table = (const signed char*)buf + 16;
79 const signed char *v_table = (const signed char*)buf + 32;
121 memcpy(y_plane, buf+stream_ptr, linesize);
133 cur_byte = buf[stream_ptr++];
137 cur_byte = buf[stream_ptr++];
142 cur_byte = buf[stream_ptr++];
152 cur_byte = buf[stream_ptr++];
158 cur_byte = buf[stream_ptr++];
164 cur_byte = buf[stream_ptr++];