Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_template.c740 #define READ_FLIP_SIGN(dst,src) \ macro
744 #define READ_FLIP_SIGN(dst,src) \ macro
805 READ_FLIP_SIGN(g->sb_hybrid + s_index, RENAME(expval_table)[exponent] + x) in huffman_decode()
814 READ_FLIP_SIGN(g->sb_hybrid + s_index + 1, RENAME(expval_table)[exponent] + y) in huffman_decode()
827 READ_FLIP_SIGN(g->sb_hybrid + s_index + !!y, RENAME(expval_table)[exponent] + x) in huffman_decode()
875 READ_FLIP_SIGN(g->sb_hybrid + pos, RENAME(exp_table)+exponents[pos]) in huffman_decode()