Revision af0b2d67 libavcodec/h264dsp.c
libavcodec/h264dsp.c | ||
---|---|---|
283 | 283 |
c->h264_idct_add8 = ff_h264_idct_add8_c; |
284 | 284 |
c->h264_idct_add16intra= ff_h264_idct_add16intra_c; |
285 | 285 |
c->h264_luma_dc_dequant_idct= ff_h264_luma_dc_dequant_idct_c; |
286 |
c->h264_chroma_dc_dequant_idct= ff_h264_chroma_dc_dequant_idct_c; |
|
286 | 287 |
|
287 | 288 |
c->weight_h264_pixels_tab[0]= weight_h264_pixels16x16_c; |
288 | 289 |
c->weight_h264_pixels_tab[1]= weight_h264_pixels16x8_c; |
Also available in: Unified diff