Lines Matching defs:tptr1
504 uint8_t *tptr0, *tptr1, *tptr3;
578 tptr1 = tab1[bytestream2_get_byte(gb)];
579 if (!tptr1)
584 AV_WL16(dst + 5, AV_RL16(tptr1));
585 dst[7] = tptr1[2];
600 tptr1 = tab0[bytestream2_get_byte(gb)];
601 if (!tptr1)
603 AV_WL16(dst, AV_RL16(tptr1));
609 tptr1 = tab0[bytestream2_get_byte(gb)];
610 if (!tptr1)
615 AV_WL16(dst, AV_RL16(tptr1));
623 tptr1 = tab0[bytestream2_get_byte(gb)];
624 if (!tptr1)
629 AV_WL16(dst, AV_RL16(tptr1));
643 tptr1 = tab1[bytestream2_get_byte(gb)];
644 if (!tptr1)
649 AV_WL16(dst + 5, AV_RL16(tptr1));
650 dst[7] = tptr1[2];
653 tptr1 = tab0[bytestream2_get_byte(gb)];
654 if (!tptr1)
660 AV_WL16(dst, AV_RL16(tptr1));
697 tptr1 = tab1[bytestream2_get_byte(gb)];
698 if (!tptr1)
703 AV_WL16(dst + 5, AV_RL16(tptr1));
704 dst[7] = tptr1[2];