Revision 8dbe5856 libavcodec/sh4/dsputil_sh4.c
libavcodec/sh4/dsputil_sh4.c | ||
---|---|---|
92 | 92 |
void dsputil_init_sh4(DSPContext* c, AVCodecContext *avctx) |
93 | 93 |
{ |
94 | 94 |
const int idct_algo= avctx->idct_algo; |
95 |
const int h264_high_depth = avctx->codec_id == CODEC_ID_H264 && avctx->bits_per_raw_sample > 8; |
|
95 | 96 |
dsputil_init_align(c,avctx); |
96 | 97 |
|
98 |
if (!h264_high_depth) |
|
97 | 99 |
c->clear_blocks = clear_blocks_sh4; |
98 | 100 |
if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_SH4){ |
99 | 101 |
c->idct_put = idct_put; |
Also available in: Unified diff