Go to the source code of this file.
Functions | |
| static void | dct_unquantize_h263_axp (DCTELEM *block, int n_coeffs, uint64_t qscale, uint64_t qadd) |
| static void | dct_unquantize_h263_intra_axp (MpegEncContext *s, DCTELEM *block, int n, int qscale) |
| static void | dct_unquantize_h263_inter_axp (MpegEncContext *s, DCTELEM *block, int n, int qscale) |
| void | MPV_common_init_axp (MpegEncContext *s) |
| static void dct_unquantize_h263_axp | ( | DCTELEM * | block, |
| int | n_coeffs, | ||
| uint64_t | qscale, | ||
| uint64_t | qadd | ||
| ) | [static] |
Definition at line 26 of file mpegvideo_alpha.c.
Referenced by dct_unquantize_h263_inter_axp(), and dct_unquantize_h263_intra_axp().
| static void dct_unquantize_h263_inter_axp | ( | MpegEncContext * | s, |
| DCTELEM * | block, | ||
| int | n, | ||
| int | qscale | ||
| ) | [static] |
Definition at line 99 of file mpegvideo_alpha.c.
Referenced by MPV_common_init_axp().
| static void dct_unquantize_h263_intra_axp | ( | MpegEncContext * | s, |
| DCTELEM * | block, | ||
| int | n, | ||
| int | qscale | ||
| ) | [static] |
Definition at line 72 of file mpegvideo_alpha.c.
Referenced by MPV_common_init_axp().
Definition at line 106 of file mpegvideo_alpha.c.
Referenced by ff_dct_common_init().