Searched refs:BIT_1 (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 804 #define BIT_1 BIT_1_R prob_reg define 821 BIT_1 827 BIT_1 828 BIT_1 829 BIT_1 830 BIT_1 831 BIT_1 832 BIT_1 872 BIT_1 873 BIT_1 [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | bit.c | 33 #define BIT_1 0x81 macro 106 put_bits(&pbo,1, AV_RL16(src++) == BIT_1 ? 1 : 0); in read_packet() 156 avio_wl16(pb, get_bits1(&gb) ? BIT_1 : BIT_0); in write_packet()
|
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 273 BIT_1 macro prob:req, probNext:req
macro 720 BIT_1 x1, x2
728 BIT_1 x2, x1
729 BIT_1 x1, x2
730 BIT_1 x2, x1
731 BIT_1 x1, x2
732 BIT_1 x2, x1
733 BIT_1 x1, x2
775 BIT_1 x1, x2
789 BIT_1 x [all...] |
Completed in 3 milliseconds