Lines Matching refs:AV_WL16
555 AV_WL16(dst, bytestream2_get_le16(gb));
556 AV_WL16(dst + 2, AV_RL16(tptr3));
558 AV_WL16(dst + 5, bytestream2_get_le16(gb));
566 AV_WL16(dst, bytestream2_get_le16(gb));
567 AV_WL16(dst + 2, bytestream2_get_le16(gb));
569 AV_WL16(dst + 5, AV_RL16(tptr3));
581 AV_WL16(dst, bytestream2_get_le16(gb));
582 AV_WL16(dst + 2, AV_RL16(tptr0));
584 AV_WL16(dst + 5, AV_RL16(tptr1));
593 AV_WL16(dst, bytestream2_get_le16(gb));
594 AV_WL16(dst + 2, AV_RL16(tptr0 + 2));
603 AV_WL16(dst, AV_RL16(tptr1));
604 AV_WL16(dst + 2, bytestream2_get_le16(gb));
615 AV_WL16(dst, AV_RL16(tptr1));
616 AV_WL16(dst + 2, AV_RL16(tptr3));
618 AV_WL16(dst + 5, bytestream2_get_le16(gb));
629 AV_WL16(dst, AV_RL16(tptr1));
630 AV_WL16(dst + 2, bytestream2_get_le16(gb));
632 AV_WL16(dst + 5, AV_RL16(tptr3));
646 AV_WL16(dst, AV_RL16(tptr0));
647 AV_WL16(dst + 2, AV_RL16(tptr3));
649 AV_WL16(dst + 5, AV_RL16(tptr1));
660 AV_WL16(dst, AV_RL16(tptr1));
661 AV_WL16(dst + 2, AV_RL16(tptr0 + 2));
666 AV_WL16(dst, AV_RL16(dst - (8 + offset)));
667 AV_WL16(dst + 2, bytestream2_get_le16(gb));
675 AV_WL16(dst, AV_RL16(dst - (8 + offset)));
676 AV_WL16(dst + 2, AV_RL16(tptr3));
678 AV_WL16(dst + 5, bytestream2_get_le16(gb));
686 AV_WL16(dst, AV_RL16(dst - (8 + offset)));
687 AV_WL16(dst + 2, bytestream2_get_le16(gb));
689 AV_WL16(dst + 5, AV_RL16(tptr3));
700 AV_WL16(dst, AV_RL16(dst - (8 + offset)));
701 AV_WL16(dst + 2, AV_RL16(tptr3));
703 AV_WL16(dst + 5, AV_RL16(tptr1));
710 AV_WL16(dst, AV_RL16(dst - (8 + offset)));
711 AV_WL16(dst + 2, AV_RL16(&dst[-v + 2]));