Lines Matching refs:tptr0
504 uint8_t *tptr0, *tptr1, *tptr3;
538 tptr0 = dst - vv;
539 v = AV_RL32(tptr0);
540 AV_WL32(dst, AV_RL32(tptr0));
541 AV_WL32(dst + 4, AV_RL32(tptr0 + 4));
575 tptr0 = tab1[bytestream2_get_byte(gb)];
576 if (!tptr0)
582 AV_WL16(dst + 2, AV_RL16(tptr0));
583 dst[4] = tptr0[2];
592 tptr0 = dst - v;
594 AV_WL16(dst + 2, AV_RL16(tptr0 + 2));
595 AV_WL32(dst + 4, AV_RL32(tptr0 + 4));
637 tptr0 = tab0[bytestream2_get_byte(gb)];
638 if (!tptr0)
646 AV_WL16(dst, AV_RL16(tptr0));
659 tptr0 = dst - v;
661 AV_WL16(dst + 2, AV_RL16(tptr0 + 2));
662 AV_WL32(dst + 4, AV_RL32(tptr0 + 4));