Searched refs:bitslice (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sbc.c | 85 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; in ff_sbc_calculate_bits() local 117 bitslice = max_bitneed + 1; in ff_sbc_calculate_bits() 119 bitslice--; in ff_sbc_calculate_bits() 123 if ((bitneed[ch][sb] > bitslice + 1) && (bitneed[ch][sb] < bitslice + 16)) in ff_sbc_calculate_bits() 125 else if (bitneed[ch][sb] == bitslice + 1) in ff_sbc_calculate_bits() 132 bitslice--; in ff_sbc_calculate_bits() 136 if (bitneed[ch][sb] < bitslice + 2) in ff_sbc_calculate_bits() 139 bits[ch][sb] = bitneed[ch][sb] - bitslice; in ff_sbc_calculate_bits() 150 } else if ((bitneed[ch][sb] == bitslice + 1) && (frame->bitpool > bitcount + 1)) { in ff_sbc_calculate_bits() 167 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; in ff_sbc_calculate_bits() local [all …]
|
/third_party/openssl/crypto/aes/asm/ |
D | bsaes-armv7.pl | 689 sub bitslice { subroutine 780 &bitslice (@XMM[0..7, 8..11]); 805 &bitslice (@XMM[0,1,6,4,2,7,3,5, 8..11]); 881 &bitslice (@XMM[0..7, 8..11]); 907 &bitslice (@XMM[0,1,4,6,3,7,2,5, 8..11]);
|
D | bsaes-x86_64.pl | 793 sub bitslice { subroutine 845 &bitslice (@XMM[0..7, 8..11]); 869 &bitslice (@XMM[0,1,4,6,3,7,2,5, 8..11]); 910 &bitslice (@XMM[0..7, 8..11]); 933 &bitslice (@XMM[0,1,6,4,2,7,3,5, 8..11]);
|