Go to the source code of this file.
Functions | |
| static void | dct_unquantize_h263_helper_c (DCTELEM *block, int qmul, int qadd, int count) |
| h263 dequantizer supplementary function, it is performance critical and needs to have optimized implementations for each architecture. | |
| static void | dct_unquantize_h263_intra_armv5te (MpegEncContext *s, DCTELEM *block, int n, int qscale) |
| static void | dct_unquantize_h263_inter_armv5te (MpegEncContext *s, DCTELEM *block, int n, int qscale) |
| void | MPV_common_init_armv5te (MpegEncContext *s) |
| static void dct_unquantize_h263_helper_c | ( | DCTELEM * | block, | |
| int | qmul, | |||
| int | qadd, | |||
| int | count | |||
| ) | [inline, static] |
h263 dequantizer supplementary function, it is performance critical and needs to have optimized implementations for each architecture.
Is also used as a reference implementation in regression tests
Definition at line 33 of file mpegvideo_armv5te.c.
| static void dct_unquantize_h263_intra_armv5te | ( | MpegEncContext * | s, | |
| DCTELEM * | block, | |||
| int | n, | |||
| int | qscale | |||
| ) | [static] |
| static void dct_unquantize_h263_inter_armv5te | ( | MpegEncContext * | s, | |
| DCTELEM * | block, | |||
| int | n, | |||
| int | qscale | |||
| ) | [static] |
| void MPV_common_init_armv5te | ( | MpegEncContext * | s | ) |
1.5.5