#include "ivorbiscodec.h"#include "os_types.h"#include "asm_arm.h"#include <sys/types.h>Include dependency graph for misc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| union | magic |
Defines | |
| #define | MB() |
Functions | |
| static ogg_int32_t | MULT32 (ogg_int32_t x, ogg_int32_t y) |
| static ogg_int32_t | MULT31 (ogg_int32_t x, ogg_int32_t y) |
| static ogg_int32_t | MULT31_SHIFT15 (ogg_int32_t x, ogg_int32_t y) |
| static void | XPROD32 (ogg_int32_t a, ogg_int32_t b, ogg_int32_t t, ogg_int32_t v, ogg_int32_t *x, ogg_int32_t *y) |
| static void | XPROD31 (ogg_int32_t a, ogg_int32_t b, ogg_int32_t t, ogg_int32_t v, ogg_int32_t *x, ogg_int32_t *y) |
| static void | XNPROD31 (ogg_int32_t a, ogg_int32_t b, ogg_int32_t t, ogg_int32_t v, ogg_int32_t *x, ogg_int32_t *y) |
| static ogg_int32_t | CLIP_TO_15 (ogg_int32_t x) |
| static ogg_int32_t | VFLOAT_MULT (ogg_int32_t a, ogg_int32_t ap, ogg_int32_t b, ogg_int32_t bp, ogg_int32_t *p) |
| static ogg_int32_t | VFLOAT_MULTI (ogg_int32_t a, ogg_int32_t ap, ogg_int32_t i, ogg_int32_t *p) |
| static ogg_int32_t | VFLOAT_ADD (ogg_int32_t a, ogg_int32_t ap, ogg_int32_t b, ogg_int32_t bp, ogg_int32_t *p) |
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 59 of file misc.h. References MULT32(). Referenced by XNPROD31(), and XPROD31(). |
|
||||||||||||
|
Definition at line 63 of file misc.h. References magic::halves, and magic::whole. |
|
||||||||||||
|
Definition at line 53 of file misc.h. References magic::halves, and magic::whole. Referenced by MULT31(), VFLOAT_MULT(), and XPROD32(). |
|
||||||||||||||||||||||||
|
Definition at line 193 of file misc.h. References shift. |
|
||||||||||||||||||||||||
|
Definition at line 170 of file misc.h. References MULT32(). Referenced by VFLOAT_MULTI(). |
|
||||||||||||||||||||
|
Definition at line 185 of file misc.h. References _ilog(), abs, and VFLOAT_MULT(). |
|
||||||||||||||||||||||||||||
|
Definition at line 146 of file misc.h. References MULT31(). |
|
||||||||||||||||||||||||||||
|
Definition at line 138 of file misc.h. References MULT31(). |
|
||||||||||||||||||||||||||||
|
Definition at line 130 of file misc.h. References MULT32(). |
1.4.2