comparison vc1dsp.c @ 10867:bf309c7ce615 libavcodec

More av_cold for infrequently called functions.
author zuxy
date Wed, 13 Jan 2010 02:16:00 +0000
parents 7a116de63777
children f46b68960464
comparison
equal deleted inserted replaced
10866:d26e9b4d2ca1 10867:bf309c7ce615
610 PUT_VC1_MSPEL(0, 3) 610 PUT_VC1_MSPEL(0, 3)
611 PUT_VC1_MSPEL(1, 3) 611 PUT_VC1_MSPEL(1, 3)
612 PUT_VC1_MSPEL(2, 3) 612 PUT_VC1_MSPEL(2, 3)
613 PUT_VC1_MSPEL(3, 3) 613 PUT_VC1_MSPEL(3, 3)
614 614
615 void ff_vc1dsp_init(DSPContext* dsp, AVCodecContext *avctx) { 615 av_cold void ff_vc1dsp_init(DSPContext* dsp, AVCodecContext *avctx) {
616 dsp->vc1_inv_trans_8x8 = vc1_inv_trans_8x8_c; 616 dsp->vc1_inv_trans_8x8 = vc1_inv_trans_8x8_c;
617 dsp->vc1_inv_trans_4x8 = vc1_inv_trans_4x8_c; 617 dsp->vc1_inv_trans_4x8 = vc1_inv_trans_4x8_c;
618 dsp->vc1_inv_trans_8x4 = vc1_inv_trans_8x4_c; 618 dsp->vc1_inv_trans_8x4 = vc1_inv_trans_8x4_c;
619 dsp->vc1_inv_trans_4x4 = vc1_inv_trans_4x4_c; 619 dsp->vc1_inv_trans_4x4 = vc1_inv_trans_4x4_c;
620 dsp->vc1_inv_trans_8x8_dc = vc1_inv_trans_8x8_dc_c; 620 dsp->vc1_inv_trans_8x8_dc = vc1_inv_trans_8x8_dc_c;