Home
last modified time | relevance | path

Searched refs:ff_log2_tab (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dintmath.h47 extern const uint8_t ff_log2_tab[256];
62 n += ff_log2_tab[v]; in ff_log2_c()
77 n += ff_log2_tab[v]; in ff_log2_16bit_c()
H A Dlog2_tab.c23 const uint8_t ff_log2_tab[256]={ variable
/third_party/ffmpeg/libavcodec/
H A Dxsubdec.c139 int log2 = ff_log2_tab[show_bits(&gb, 8)]; in decode_frame()
H A Dxsubenc.c46 put_bits(pb, 2 + ((ff_log2_tab[len] >> 1) << 2), len); in put_xsub_rle()
H A Dtiertexseqv.c112 bits = ff_log2_tab[len - 1] + 1; in seq_decode_op1()
H A Daacps_common.c185 ps->border_position[e] = (e * numQMFSlots >> ff_log2_tab[ps->num_env]) - 1; in ff_ps_read_data()
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c903 read = 8 - ff_log2_tab[total]; in ebml_read_num()
921 total ^= 1 << ff_log2_tab[total]; in ebml_read_num()
H A Drtsp.c1969 int lower_transport = ff_log2_tab[lower_transport_mask & in ff_rtsp_connect()

Completed in 15 milliseconds