Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_template.c742 #define READ_FLIP_SIGN(dst,src) \ macro
746 #define READ_FLIP_SIGN(dst,src) \ macro
807 READ_FLIP_SIGN(g->sb_hybrid + s_index, RENAME(expval_table)[exponent] + x) in huffman_decode()
816 READ_FLIP_SIGN(g->sb_hybrid + s_index + 1, RENAME(expval_table)[exponent] + y) in huffman_decode()
829 READ_FLIP_SIGN(g->sb_hybrid + s_index + !!y, RENAME(expval_table)[exponent] + x) in huffman_decode()
877 READ_FLIP_SIGN(g->sb_hybrid + pos, RENAME(exp_table)+exponents[pos]) in huffman_decode()

Completed in 3 milliseconds