Lines Matching defs:buf2
712 #define PARSE_VALUES(type, x, gb, ebits, buf1, buf2) \
717 if (buf2) { \
718 buf = (type *)buf2; \
736 uint8_t *buf2 = b2 ? b2->ibuf + top * b2->stride: NULL;
753 PARSE_VALUES(int32_t, x, gb, bits_end, buf1, buf2);
756 if (buf2)
757 buf2 += b2->stride;
763 PARSE_VALUES(int16_t, x, gb, bits_end, buf1, buf2);
766 if (buf2)
767 buf2 += b2->stride;