1mlib_VideoDeQuantizeIDCT8x8m_eSd1im6al_LiSib1b_6V_LiBid1be2ro_aDNreAyQ(u3FaMunLntIciBtz)ieoInDsCT8x8_S16_S16_B12_NA(3MLIB)
2
3
4
6 mlib_VideoDeQuantizeIDCT8x8_S16_S16_B12_NA - dequantization and inverse
7 Discrete Cosine Transform (IDCT)
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 mlib_status mlib_VideoDeQuantizeIDCT8x8_S16_S16_B12_NA(
14 mlib_s16 block[64], const mlib_s16 coeffs[64],
15 const mlib_d64 dqtable[64]);
16
17
19 The mlib_VideoDeQuantizeIDCT8x8_S16_S16_B12_NA() function dequantizes
20 the quantized DCT coefficients and then computes the inverse DCT. It's
21 a combination of mlib_VideoDeQuantize_S16() and
22 mlib_VideoIDCT8x8_S16_S16_B12_NA() for better performance. The output
23 of this function should be within the range of [-2048, 2047] if coeffs
24 is obtained from the corresponding mlib_VideoDCT8x8Quan‐
25 tize_S16_S16_B12_NA() function.
26
27
28 This function requires no special address alignment.
29
30
31 This function can be used in JPEG with 12-bit precision, or in MPEG for
32 the inter mode.
33
35 The function takes the following arguments:
36
37 block Pointer to an 8x8 block.
38
39
40 coeffs Pointer to the input quantized DCT coefficients.
41
42
43 dqtable Pointer to the dequantization table generated by
44 mlib_VideoDeQuantizeInit_S16().
45
46
48 The function returns MLIB_SUCCESS if successful. Otherwise it returns
49 MLIB_FAILURE.
50
52 See attributes(5) for descriptions of the following attributes:
53
54
55
56
57 ┌─────────────────────────────┬─────────────────────────────┐
58 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
59 ├─────────────────────────────┼─────────────────────────────┤
60 │Interface Stability │Committed │
61 ├─────────────────────────────┼─────────────────────────────┤
62 │MT-Level │MT-Safe │
63 └─────────────────────────────┴─────────────────────────────┘
64
66 mlib_VideoDeQuantizeIDCT8x8_S16_S16_B12(3MLIB), mlib_VideoDeQuantizeI‐
67 DCT8x8_U8_S16(3MLIB), mlib_VideoDeQuantizeIDCT8x8_U8_S16_NA(3MLIB),
68 mlib_VideoDeQuantizeInit_S16(3MLIB), attributes(5)
69
70
71
72SunOS 5.11 mlib_2ViMdaeroD2e0Q0u7antizeIDCT8x8_S16_S16_B12_NA(3MLIB)