Searched refs:QP_MAX_NUM (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.h108 #define QP_MAX_NUM (51 + 6*6) // The maximum supported qp macro
254 uint8_t chroma_qp_table[2][QP_MAX_NUM+1]; ///< pre-scaled (with chroma_qp_index_offset) version of qp_table
443 uint32_t dequant4_buffer[6][QP_MAX_NUM + 1][16]; // FIXME should these be moved down?
444 uint32_t dequant8_buffer[6][QP_MAX_NUM + 1][64];
768 extern const uint8_t ff_h264_chroma_qp[7][QP_MAX_NUM + 1]; ///< One chroma qp table for each possible bit depth (8-14).
H A Dh264_ps.c73 const uint8_t ff_h264_chroma_qp[7][QP_MAX_NUM + 1] = {
H A Dh264_slice.c48 static const uint8_t rem6[QP_MAX_NUM + 1] = {
56 static const uint8_t div6[QP_MAX_NUM + 1] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h104 #define QP_MAX_NUM (51 + 2*6) // The maximum supported qp macro
340 uint32_t dequant4_buffer[6][QP_MAX_NUM+1][16]; //FIXME should these be moved down?
341 uint32_t dequant8_buffer[6][QP_MAX_NUM+1][64];
586 extern const uint8_t ff_h264_chroma_qp[3][QP_MAX_NUM+1]; ///< One chroma qp table for each supported bit depth (8, 9, 10).
H A Dh264_ps.c76 const uint8_t ff_h264_chroma_qp[3][QP_MAX_NUM+1] = {
H A Dh264.c48 static const uint8_t rem6[QP_MAX_NUM+1]={
52 static const uint8_t div6[QP_MAX_NUM+1]={

Completed in 61 milliseconds