#include "avcodec.h"
#include "dnxhddata.h"
Go to the source code of this file.
Functions | |
int | ff_dnxhd_get_cid_table (int cid) |
int | ff_dnxhd_find_cid (AVCodecContext *avctx, int bit_depth) |
Variables | |
static const uint8_t | dnxhd_1235_luma_weight [] |
static const uint8_t | dnxhd_1235_chroma_weight [] |
static const uint8_t | dnxhd_1237_luma_weight [] |
static const uint8_t | dnxhd_1237_chroma_weight [] |
static const uint8_t | dnxhd_1238_luma_weight [] |
static const uint8_t | dnxhd_1238_chroma_weight [] |
static const uint8_t | dnxhd_1241_luma_weight [] |
static const uint8_t | dnxhd_1241_chroma_weight [] |
static const uint8_t | dnxhd_1242_luma_weight [] |
static const uint8_t | dnxhd_1242_chroma_weight [] |
static const uint8_t | dnxhd_1243_luma_weight [] |
static const uint8_t | dnxhd_1243_chroma_weight [] |
static const uint8_t | dnxhd_1250_luma_weight [] |
static const uint8_t | dnxhd_1250_chroma_weight [] |
static const uint8_t | dnxhd_1251_luma_weight [] |
static const uint8_t | dnxhd_1251_chroma_weight [] |
static const uint8_t | dnxhd_1252_luma_weight [] |
static const uint8_t | dnxhd_1252_chroma_weight [] |
static const uint8_t | dnxhd_1237_dc_codes [12] |
static const uint8_t | dnxhd_1237_dc_bits [12] |
static const uint16_t | dnxhd_1237_ac_codes [257] |
static const uint8_t | dnxhd_1237_ac_bits [257] |
static const uint8_t | dnxhd_1237_ac_level [257] |
static const uint8_t | dnxhd_1237_ac_flags [257] |
static const uint16_t | dnxhd_1237_run_codes [62] |
static const uint8_t | dnxhd_1237_run_bits [62] |
static const uint8_t | dnxhd_1237_run [62] |
static const uint8_t | dnxhd_1238_dc_codes [12] |
static const uint8_t | dnxhd_1238_dc_bits [12] |
static const uint16_t | dnxhd_1238_ac_codes [257] |
static const uint8_t | dnxhd_1238_ac_bits [257] |
static const uint8_t | dnxhd_1238_ac_level [257] |
static const uint8_t | dnxhd_1238_ac_flags [257] |
static const uint8_t | dnxhd_1238_ac_index_flag [257] |
static const uint16_t | dnxhd_1235_1238_1241_run_codes [62] |
static const uint8_t | dnxhd_1235_1238_1241_run_bits [62] |
static const uint8_t | dnxhd_1238_run [62] |
static const uint8_t | dnxhd_1235_1241_dc_codes [14] |
static const uint8_t | dnxhd_1235_1241_dc_bits [14] |
static const uint16_t | dnxhd_1235_1241_ac_codes [257] |
static const uint8_t | dnxhd_1235_1241_ac_bits [257] |
static const uint8_t | dnxhd_1235_1241_ac_level [257] |
static const uint8_t | dnxhd_1235_1241_ac_flags [257] |
static const uint8_t | dnxhd_1235_1241_run [62] |
static const uint8_t | dnxhd_1250_dc_codes [14] |
static const uint8_t | dnxhd_1250_dc_bits [14] |
static const uint16_t | dnxhd_1250_ac_codes [257] |
static const uint8_t | dnxhd_1250_ac_bits [257] |
static const uint8_t | dnxhd_1250_ac_level [257] |
static const uint8_t | dnxhd_1250_ac_flags [257] |
static const uint16_t | dnxhd_1250_run_codes [62] |
static const uint8_t | dnxhd_1250_run_bits [62] |
static const uint8_t | dnxhd_1250_run [62] |
static const uint8_t | dnxhd_1251_dc_codes [12] |
static const uint8_t | dnxhd_1251_dc_bits [12] |
static const uint16_t | dnxhd_1251_ac_codes [257] |
static const uint8_t | dnxhd_1251_ac_bits [257] |
static const uint8_t | dnxhd_1251_ac_level [257] |
static const uint8_t | dnxhd_1251_ac_flags [257] |
static const uint16_t | dnxhd_1251_run_codes [62] |
static const uint8_t | dnxhd_1251_run_bits [62] |
static const uint8_t | dnxhd_1251_run [62] |
static const uint8_t | dnxhd_1252_dc_codes [12] |
static const uint8_t | dnxhd_1252_dc_bits [12] |
static const uint16_t | dnxhd_1252_ac_codes [257] |
static const uint8_t | dnxhd_1252_ac_bits [257] |
static const uint8_t | dnxhd_1252_ac_level [257] |
static const uint8_t | dnxhd_1252_ac_flags [257] |
const CIDEntry | ff_dnxhd_cid_table [] |
int ff_dnxhd_find_cid | ( | AVCodecContext * | avctx, | |
int | bit_depth | |||
) |
int ff_dnxhd_get_cid_table | ( | int | cid | ) |
Definition at line 1021 of file dnxhddata.c.
Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().
const uint8_t dnxhd_1235_1238_1241_run_bits[62] [static] |
Initial value:
{ 1, 3, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, }
Definition at line 469 of file dnxhddata.c.
const uint16_t dnxhd_1235_1238_1241_run_codes[62] [static] |
Initial value:
{ 0, 4, 10, 11, 24, 25, 26, 27, 56, 57, 58, 59, 120, 242, 486, 487, 488, 489, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, }
Definition at line 458 of file dnxhddata.c.
const uint8_t dnxhd_1235_1241_ac_bits[257] [static] |
Initial value:
{ 2, 2, 3, 4, 4, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, }
Definition at line 527 of file dnxhddata.c.
const uint16_t dnxhd_1235_1241_ac_codes[257] [static] |
Definition at line 491 of file dnxhddata.c.
const uint8_t dnxhd_1235_1241_ac_flags[257] [static] |
Initial value:
{ 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, }
Definition at line 567 of file dnxhddata.c.
const uint8_t dnxhd_1235_1241_ac_level[257] [static] |
Initial value:
{ 3, 3, 5, 7, 0, 9, 11, 5, 13, 15, 17, 7, 19, 21, 23, 9, 25, 27, 29, 31, 33, 11, 35, 37, 39, 41, 43, 13, 15, 45, 47, 49, 51, 53, 55, 57, 59, 17, 19, 61, 63, 65, 67, 69, 71, 73, 75, 77, 21, 23, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101, 25, 27, 29, 31,103,105,107,109,111,113,115,117,119,121,123,125,127, 3, 33, 35, 37, 39,129, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 41, 43, 45, 47, 49, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 51, 53, 55, 57, 59, 61, 63, 65, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, }
Definition at line 547 of file dnxhddata.c.
const uint8_t dnxhd_1235_1241_dc_bits[14] [static] |
Initial value:
{ 4, 6, 4, 4, 4, 3, 3, 3, 3, 3, 4, 5, 7, 7, }
Definition at line 487 of file dnxhddata.c.
const uint8_t dnxhd_1235_1241_dc_codes[14] [static] |
Initial value:
{ 10, 62, 11, 12, 13, 0, 1, 2, 3, 4, 14, 30, 126, 127, }
Definition at line 483 of file dnxhddata.c.
const uint8_t dnxhd_1235_1241_run[62] [static] |
Initial value:
{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, }
Definition at line 587 of file dnxhddata.c.
const uint8_t dnxhd_1235_chroma_weight[] [static] |
Initial value:
{ 0, 32, 33, 34, 39, 41, 54, 59, 33, 34, 35, 38, 43, 49, 58, 84, 34, 37, 39, 44, 46, 55, 74, 87, 40, 42, 47, 48, 58, 70, 87, 86, 43, 50, 56, 63, 72, 94, 91, 82, 55, 63, 65, 75, 93, 89, 85, 73, 61, 67, 82, 81, 83, 90, 79, 73, 74, 84, 75, 78, 90, 85, 73, 73 }
Definition at line 36 of file dnxhddata.c.
const uint8_t dnxhd_1235_luma_weight[] [static] |
Initial value:
{ 0, 32, 32, 32, 33, 35, 38, 39, 32, 33, 32, 33, 36, 36, 39, 42, 32, 32, 33, 36, 35, 37, 41, 43, 31, 33, 34, 36, 36, 40, 42, 48, 32, 34, 36, 37, 39, 42, 46, 51, 36, 37, 37, 39, 41, 46, 51, 55, 37, 39, 41, 41, 47, 50, 55, 56, 41, 42, 41, 44, 50, 53, 60, 60 }
Definition at line 25 of file dnxhddata.c.
const uint8_t dnxhd_1237_ac_bits[257] [static] |
Initial value:
{ 2, 2, 3, 3, 4, 5, 5, 6, 6, 6, 6, 7, 7, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, }
Definition at line 266 of file dnxhddata.c.
const uint16_t dnxhd_1237_ac_codes[257] [static] |
Definition at line 230 of file dnxhddata.c.
const uint8_t dnxhd_1237_ac_flags[257] [static] |
Initial value:
{ 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 2, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, }
Definition at line 306 of file dnxhddata.c.
const uint8_t dnxhd_1237_ac_level[257] [static] |
Initial value:
{ 3, 3, 5, 0, 7, 9, 5, 11, 13, 15, 7, 17, 19, 21, 23, 25, 9, 11, 27, 29, 31, 33, 13, 35, 37, 39, 41, 43, 15, 45, 47, 49, 51, 53, 55, 17, 19, 57, 59, 61, 63, 65, 67, 69, 21, 23, 25, 71, 73, 75, 77, 79, 81, 83, 27, 29, 31, 33, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105, 35, 37, 39, 41, 43,107,109,111,113,115,117, 119,121,123,129, 3, 45, 47, 49, 51, 53, 55,125,127, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105, 107,109,111,113,115,117,119,121,123,125,127,129, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, }
Definition at line 286 of file dnxhddata.c.
const uint8_t dnxhd_1237_chroma_weight[] [static] |
Initial value:
{ 0, 32, 36, 39, 39, 38, 39, 41, 45, 51, 57, 58, 53, 48, 47, 51, 55, 58, 66, 75, 81, 83, 82, 78, 73, 72, 74, 77, 83, 85, 83, 82, 89, 99, 96, 90, 94, 97, 99, 105, 109, 105, 95, 89, 92, 95, 94, 93, 92, 88, 89, 90, 93, 95, 96, 97, 97, 100, 104, 102, 98, 98, 99, 99, }
Definition at line 58 of file dnxhddata.c.
const uint8_t dnxhd_1237_dc_bits[12] [static] |
const uint8_t dnxhd_1237_dc_codes[12] [static] |
Initial value:
{ 0, 12, 13, 1, 2, 3, 4, 5, 14, 30, 62, 63, }
Definition at line 222 of file dnxhddata.c.
const uint8_t dnxhd_1237_luma_weight[] [static] |
Initial value:
{ 0, 32, 33, 34, 34, 36, 37, 36, 36, 37, 38, 38, 38, 39, 41, 44, 43, 41, 40, 41, 46, 49, 47, 46, 47, 49, 51, 54, 60, 62, 59, 55, 54, 56, 58, 61, 65, 66, 64, 63, 66, 73, 78, 79, 80, 79, 78, 78, 82, 87, 89, 90, 93, 95, 96, 97, 97, 100, 104, 102, 98, 98, 99, 99, }
Definition at line 47 of file dnxhddata.c.
const uint8_t dnxhd_1237_run[62] [static] |
Initial value:
{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 53, 57, 58, 59, 60, 61, 62, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, }
Definition at line 344 of file dnxhddata.c.
const uint8_t dnxhd_1237_run_bits[62] [static] |
Initial value:
{ 1, 3, 4, 4, 5, 5, 5, 6, 6, 6, 6, 6, 7, 7, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, }
Definition at line 337 of file dnxhddata.c.
const uint16_t dnxhd_1237_run_codes[62] [static] |
Initial value:
{ 0, 4, 10, 11, 24, 25, 26, 54, 55, 56, 57, 58, 118, 119, 240, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, }
Definition at line 326 of file dnxhddata.c.
const uint8_t dnxhd_1238_ac_bits[257] [static] |
Initial value:
{ 2, 2, 3, 4, 4, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, }
Definition at line 395 of file dnxhddata.c.
const uint16_t dnxhd_1238_ac_codes[257] [static] |
Definition at line 359 of file dnxhddata.c.
const uint8_t dnxhd_1238_ac_flags[257] [static] |
Initial value:
{ 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, }
Definition at line 435 of file dnxhddata.c.
const uint8_t dnxhd_1238_ac_index_flag[257] [static] |
const uint8_t dnxhd_1238_ac_level[257] [static] |
Initial value:
{ 3, 3, 5, 7, 0, 9, 11, 5, 13, 15, 17, 7, 19, 21, 23, 9, 25, 27, 29, 31, 33, 11, 35, 37, 39, 41, 43, 45, 13, 15, 47, 49, 51, 53, 55, 57, 59, 17, 19, 61, 63, 65, 67, 69, 71, 73, 75, 21, 23, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 25, 27, 29, 99, 101,103,105,107,109,111,113,115,117,119,121,123, 31, 33, 35, 37, 125,127,129, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 39, 41, 43, 45, 47, 49, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 81, 51, 53, 55, 57, 59, 61, 77, 79, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101,103,105,107,109,111,113,115,117,119,121,123,125,127,129, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, }
Definition at line 415 of file dnxhddata.c.
const uint8_t dnxhd_1238_chroma_weight[] [static] |
Initial value:
{ 0, 32, 35, 35, 35, 34, 34, 35, 39, 43, 45, 45, 41, 39, 40, 41, 42, 44, 48, 55, 59, 63, 65, 59, 53, 52, 52, 55, 61, 62, 58, 58, 63, 66, 66, 65, 70, 74, 70, 66, 65, 68, 75, 77, 74, 74, 77, 76, 73, 73, 73, 73, 76, 80, 89, 90, 82, 77, 80, 86, 84, 82, 82, 82, }
Definition at line 80 of file dnxhddata.c.
const uint8_t dnxhd_1238_dc_bits[12] [static] |
const uint8_t dnxhd_1238_dc_codes[12] [static] |
Initial value:
{ 0, 12, 13, 1, 2, 3, 4, 5, 14, 30, 62, 63, }
Definition at line 351 of file dnxhddata.c.
const uint8_t dnxhd_1238_luma_weight[] [static] |
Initial value:
{ 0, 32, 32, 33, 34, 33, 33, 33, 33, 33, 33, 33, 33, 35, 37, 37, 36, 36, 35, 36, 38, 38, 36, 35, 36, 37, 38, 41, 42, 41, 39, 38, 38, 38, 39, 41, 42, 41, 39, 39, 40, 41, 43, 44, 44, 44, 44, 44, 45, 47, 47, 47, 49, 50, 51, 51, 51, 53, 55, 57, 58, 59, 57, 57, }
Definition at line 69 of file dnxhddata.c.
const uint8_t dnxhd_1238_run[62] [static] |
Initial value:
{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 21, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, }
Definition at line 476 of file dnxhddata.c.
const uint8_t dnxhd_1241_chroma_weight[] [static] |
Initial value:
{ 0, 32, 36, 38, 37, 37, 40, 41, 40, 40, 42, 42, 41, 41, 41, 41, 42, 43, 44, 44, 45, 46, 46, 45, 44, 45, 45, 45, 45, 46, 47, 46, 45, 44, 42, 41, 43, 45, 45, 47, 48, 48, 48, 46, 47, 47, 46, 47, 46, 45, 45, 47, 48, 49, 50, 49, 48, 46, 48, 49, 48, 49, 49, 49, }
Definition at line 102 of file dnxhddata.c.
const uint8_t dnxhd_1241_luma_weight[] [static] |
Initial value:
{ 0, 32, 33, 34, 34, 35, 36, 37, 36, 37, 38, 38, 38, 39, 39, 40, 40, 38, 38, 39, 38, 37, 39, 41, 41, 42, 43, 45, 45, 46, 47, 46, 45, 43, 39, 37, 37, 40, 44, 45, 45, 46, 46, 46, 47, 47, 46, 44, 42, 43, 45, 47, 48, 49, 50, 49, 48, 46, 47, 48, 48, 49, 49, 49, }
Definition at line 91 of file dnxhddata.c.
const uint8_t dnxhd_1242_chroma_weight[] [static] |
Initial value:
{ 0, 32, 37, 42, 45, 45, 45, 44, 38, 37, 40, 42, 44, 49, 51, 47, 41, 40, 43, 44, 46, 48, 51, 54, 51, 47, 47, 45, 47, 50, 51, 49, 46, 47, 49, 47, 50, 55, 55, 51, 48, 49, 51, 51, 52, 52, 54, 54, 49, 49, 52, 53, 54, 54, 53, 53, 55, 59, 63, 62, 60, 60, 60, 60, }
Definition at line 124 of file dnxhddata.c.
const uint8_t dnxhd_1242_luma_weight[] [static] |
Initial value:
{ 0, 32, 33, 33, 34, 35, 36, 35, 33, 33, 35, 36, 37, 37, 38, 37, 37, 37, 36, 37, 37, 37, 38, 39, 37, 36, 37, 40, 42, 45, 46, 44, 41, 42, 44, 45, 47, 49, 50, 48, 46, 48, 49, 50, 52, 52, 50, 49, 47, 48, 50, 50, 51, 51, 50, 49, 49, 51, 52, 51, 49, 47, 47, 47, }
Definition at line 113 of file dnxhddata.c.
const uint8_t dnxhd_1243_chroma_weight[] [static] |
Initial value:
{ 0, 32, 36, 37, 36, 37, 39, 39, 41, 43, 43, 42, 41, 41, 41, 42, 43, 43, 43, 44, 44, 44, 46, 47, 46, 45, 45, 45, 45, 46, 44, 44, 45, 44, 42, 41, 43, 46, 45, 44, 45, 45, 45, 46, 46, 46, 45, 44, 45, 44, 45, 47, 47, 48, 49, 48, 46, 45, 46, 47, 47, 48, 47, 47, }
Definition at line 146 of file dnxhddata.c.
const uint8_t dnxhd_1243_luma_weight[] [static] |
Initial value:
{ 0, 32, 32, 33, 33, 35, 35, 35, 35, 35, 35, 35, 34, 35, 38, 40, 39, 37, 37, 37, 36, 35, 36, 38, 40, 41, 42, 44, 45, 44, 42, 41, 40, 38, 36, 36, 37, 38, 40, 43, 44, 45, 45, 45, 45, 45, 45, 41, 39, 41, 45, 47, 47, 48, 48, 48, 46, 44, 45, 47, 47, 48, 47, 47, }
Definition at line 135 of file dnxhddata.c.
const uint8_t dnxhd_1250_ac_bits[257] [static] |
Initial value:
{ 2, 2, 3, 4, 4, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16 }
Definition at line 635 of file dnxhddata.c.
const uint16_t dnxhd_1250_ac_codes[257] [static] |
Definition at line 600 of file dnxhddata.c.
const uint8_t dnxhd_1250_ac_flags[257] [static] |
Initial value:
{ 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, }
Definition at line 673 of file dnxhddata.c.
const uint8_t dnxhd_1250_ac_level[257] [static] |
Initial value:
{ 3, 3, 5, 7, 0, 9, 11, 5, 13, 15, 17, 7, 19, 21, 23, 9, 25, 27, 29, 31, 33, 11, 35, 37, 39, 41, 43, 45, 13, 47, 49, 51, 53, 55, 57, 59, 15, 17, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 19, 21, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105, 23, 25, 27,107,109,111,113,115,117,119,121,123,125,127,129, 3, 5, 7, 9, 11, 29, 31, 33, 35, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 37, 39, 41, 43, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,111,113, 45, 47, 49, 51, 53, 55,109,115,117,119,121,123,125,127,129, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129 }
Definition at line 654 of file dnxhddata.c.
const uint8_t dnxhd_1250_chroma_weight[] [static] |
Initial value:
{ 0, 32, 35, 36, 40, 42, 51, 51, 35, 36, 39, 39, 43, 51, 52, 55, 36, 41, 41, 43, 51, 53, 54, 56, 43, 44, 45, 50, 54, 54, 55, 57, 45, 48, 50, 51, 55, 58, 59, 58, 49, 52, 49, 57, 58, 62, 58, 60, 51, 51, 56, 58, 62, 61, 59, 62, 52, 52, 60, 61, 59, 59, 63, 63 }
Definition at line 168 of file dnxhddata.c.
const uint8_t dnxhd_1250_dc_bits[14] [static] |
Initial value:
{ 4, 6, 4, 4, 4, 3, 3, 3, 3, 3, 4, 5, 7, 7 }
Definition at line 597 of file dnxhddata.c.
const uint8_t dnxhd_1250_dc_codes[14] [static] |
Initial value:
{ 10, 62, 11, 12, 13, 0, 1, 2, 3, 4, 14, 30, 126, 127 }
Definition at line 594 of file dnxhddata.c.
const uint8_t dnxhd_1250_luma_weight[] [static] |
Initial value:
{ 0, 32, 35, 35, 36, 36, 41, 43, 32, 34, 35, 36, 37, 39, 43, 47, 33, 34, 36, 38, 38, 42, 42, 50, 34, 36, 38, 38, 41, 40, 47, 54, 35, 38, 39, 40, 39, 45, 49, 58, 38, 39, 40, 39, 46, 47, 54, 60, 38, 39, 41, 46, 46, 48, 57, 62, 40, 41, 44, 45, 49, 54, 63, 63 }
Definition at line 157 of file dnxhddata.c.
const uint8_t dnxhd_1250_run[62] [static] |
Initial value:
{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62 }
Definition at line 708 of file dnxhddata.c.
const uint8_t dnxhd_1250_run_bits[62] [static] |
Initial value:
{ 1, 3, 3, 4, 5, 5, 5, 6, 7, 7, 7, 8, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 }
Definition at line 702 of file dnxhddata.c.
const uint16_t dnxhd_1250_run_codes[62] [static] |
Initial value:
{ 0, 4, 5, 12, 26, 27, 28, 58, 118, 119, 120, 242, 486, 487, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023 }
Definition at line 692 of file dnxhddata.c.
const uint8_t dnxhd_1251_ac_bits[257] [static] |
Initial value:
{ 2, 2, 3, 4, 4, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, }
Definition at line 759 of file dnxhddata.c.
const uint16_t dnxhd_1251_ac_codes[257] [static] |
Definition at line 723 of file dnxhddata.c.
const uint8_t dnxhd_1251_ac_flags[257] [static] |
Initial value:
{ 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, }
Definition at line 799 of file dnxhddata.c.
const uint8_t dnxhd_1251_ac_level[257] [static] |
Initial value:
{ 3, 3, 5, 7, 0, 9, 11, 5, 13, 15, 17, 7, 19, 21, 23, 9, 25, 27, 29, 31, 33, 11, 35, 37, 39, 41, 43, 13, 45, 47, 49, 51, 53, 55, 57, 59, 15, 17, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 19, 21, 23, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105, 25, 27, 29,107,109,111,113,115,117,119,121,123,125,127,129, 3, 5, 7, 9, 11, 13, 15, 17, 31, 33, 35, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 37, 39, 41, 43, 45, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115, 117, 47, 49, 51, 53, 55, 57,119,121,123,125,127,129, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, }
Definition at line 779 of file dnxhddata.c.
const uint8_t dnxhd_1251_chroma_weight[] [static] |
Initial value:
{ 0, 32, 35, 36, 36, 35, 36, 39, 41, 43, 45, 44, 41, 39, 40, 42, 43, 43, 45, 48, 48, 48, 50, 50, 50, 51, 51, 51, 51, 52, 53, 54, 51, 49, 51, 52, 52, 56, 57, 55, 54, 54, 55, 56, 55, 58, 58, 58, 60, 61, 62, 62, 59, 57, 58, 58, 61, 59, 59, 59, 61, 62, 62, 62, }
Definition at line 190 of file dnxhddata.c.
const uint8_t dnxhd_1251_dc_bits[12] [static] |
const uint8_t dnxhd_1251_dc_codes[12] [static] |
Initial value:
{ 0, 12, 13, 1, 2, 3, 4, 5, 14, 30, 62, 63, }
Definition at line 715 of file dnxhddata.c.
const uint8_t dnxhd_1251_luma_weight[] [static] |
Initial value:
{ 0, 32, 32, 34, 34, 34, 34, 35, 35, 35, 36, 37, 36, 36, 35, 36, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 39, 41, 44, 43, 41, 40, 40, 40, 40, 39, 40, 41, 40, 39, 40, 43, 46, 46, 44, 44, 44, 42, 41, 43, 46, 48, 50, 55, 58, 53, 48, 50, 55, 58, 61, 62, 62, 62, }
Definition at line 179 of file dnxhddata.c.
const uint8_t dnxhd_1251_run[62] [static] |
Initial value:
{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, }
Definition at line 837 of file dnxhddata.c.
const uint8_t dnxhd_1251_run_bits[62] [static] |
Initial value:
{ 1, 3, 3, 4, 5, 5, 5, 6, 7, 7, 7, 8, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, }
Definition at line 830 of file dnxhddata.c.
const uint16_t dnxhd_1251_run_codes[62] [static] |
Initial value:
{ 0, 4, 5, 12, 26, 27, 28, 58, 118, 119, 120, 242, 486, 487, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, }
Definition at line 819 of file dnxhddata.c.
const uint8_t dnxhd_1252_ac_bits[257] [static] |
Initial value:
{ 2, 2, 3, 4, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, }
Definition at line 888 of file dnxhddata.c.
const uint16_t dnxhd_1252_ac_codes[257] [static] |
Definition at line 852 of file dnxhddata.c.
const uint8_t dnxhd_1252_ac_flags[257] [static] |
Initial value:
{ 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, }
Definition at line 928 of file dnxhddata.c.
const uint8_t dnxhd_1252_ac_level[257] [static] |
Initial value:
{ 3, 3, 5, 7, 5, 0, 9, 11, 13, 15, 7, 17, 19, 21, 23, 25, 27, 29, 9, 11, 31, 33, 35, 37, 13, 39, 41, 43, 45, 47, 49, 15, 17, 51, 53, 55, 57, 59, 61, 63, 65, 19, 21, 67, 69, 71, 73, 75, 77, 79, 81, 83, 23, 25, 27, 85, 87, 89, 91, 93, 95, 97, 99,101, 103,105,107, 29, 31, 33,109,111,113,115,117,119,121,123,125,127, 129, 3, 5, 7, 35, 37, 39, 41, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 43, 45, 47, 49, 51, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109, 111,113,115,117,119,121,123,125,127,129, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99,101,103,105,107,109,111,113,115,117,119,121,123,125,127, 129, }
Definition at line 908 of file dnxhddata.c.
const uint8_t dnxhd_1252_chroma_weight[] [static] |
Initial value:
{ 0, 32, 35, 36, 37, 37, 38, 40, 42, 46, 49, 50, 50, 49, 49, 53, 56, 56, 57, 58, 60, 62, 64, 65, 63, 64, 64, 65, 66, 65, 67, 71, 72, 74, 74, 74, 74, 77, 81, 78, 72, 73, 82, 85, 89, 88, 84, 80, 90, 100, 90, 90, 88, 87, 90, 95, 114, 128, 125, 129, 134, 125, 116, 116, }
Definition at line 211 of file dnxhddata.c.
const uint8_t dnxhd_1252_dc_bits[12] [static] |
const uint8_t dnxhd_1252_dc_codes[12] [static] |
Initial value:
{ 0, 12, 13, 1, 2, 3, 4, 5, 14, 30, 62, 63, }
Definition at line 844 of file dnxhddata.c.
const uint8_t dnxhd_1252_luma_weight[] [static] |
Initial value:
{ 0, 32, 34, 35, 36, 36, 36, 37, 36, 37, 39, 40, 41, 40, 40, 40, 41, 41, 42, 41, 41, 43, 44, 44, 45, 46, 48, 55, 60, 57, 52, 50, 49, 49, 52, 52, 53, 55, 58, 62, 65, 73, 82, 82, 80, 78, 73, 68, 71, 82, 90, 90, 88, 87, 90, 95, 100, 107, 103, 97, 95, 93, 99, 99, }
Definition at line 201 of file dnxhddata.c.
const CIDEntry ff_dnxhd_cid_table[] |
Definition at line 948 of file dnxhddata.c.
Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().