Definition in file h264dspenc.c.
Go to the source code of this file.
Functions | |
| static void | h264_dct_c (DCTELEM block[4][4]) |
| Transform the provided matrix using the H.264 modified DCT. | |
| void | ff_h264dspenc_init (DSPContext *c, AVCodecContext *avctx) |
Variables | |
| const uint8_t | ff_div6 [52] |
| const uint8_t | ff_rem6 [52] |
| static void h264_dct_c | ( | DCTELEM | block[4][4] | ) | [static] |
Transform the provided matrix using the H.264 modified DCT.
| block | transposed input block |
Definition at line 62 of file h264dspenc.c.
Referenced by ff_h264dspenc_init().
| void ff_h264dspenc_init | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
| const uint8_t ff_div6[52] |
Definition at line 93 of file h264.c.
Referenced by init_dequant4_coeff_table(), and init_dequant8_coeff_table().
| const uint8_t ff_rem6[52] |
Definition at line 89 of file h264.c.
Referenced by init_dequant4_coeff_table(), and init_dequant8_coeff_table().
1.5.5