Home
last modified time | relevance | path

Searched refs:MAX_LEVEL_COUNT (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dwebgltexture.rs26 const MAX_LEVEL_COUNT: usize = 31; const
29 jsmanaged_array!(MAX_LEVEL_COUNT * MAX_FACE_COUNT);
40 image_info_array: DomRefCell<[ImageInfo; MAX_LEVEL_COUNT * MAX_FACE_COUNT]>,
66 image_info_array: DomRefCell::new([ImageInfo::new(); MAX_LEVEL_COUNT * MAX_FACE_COUNT]), in new_inherited()
381 assert!((self.base_mipmap_level as usize) < MAX_LEVEL_COUNT); in base_image_info()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbEncDecProcess.h106 uint8_t buffer_depth_index_start[MAX_LEVEL_COUNT];
107 uint8_t buffer_depth_index_width[MAX_LEVEL_COUNT];
H A DEbDefinitions.h774 #define MAX_LEVEL_COUNT 5 // log2(MAX_SB_SIZE) - log2(MIN_CU_SIZE) macro
H A DEbDefinitions.h.types774 #define MAX_LEVEL_COUNT 5 // log2(MAX_SB_SIZE) - log2(MIN_CU_SIZE)
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbEncDecProcess.h106 uint8_t buffer_depth_index_start[MAX_LEVEL_COUNT];
107 uint8_t buffer_depth_index_width[MAX_LEVEL_COUNT];
H A DEbDefinitions.h774 #define MAX_LEVEL_COUNT 5 // log2(MAX_SB_SIZE) - log2(MIN_CU_SIZE) macro
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbModeDecisionProcess.h138 EB_U8 bufferDepthIndexStart[MAX_LEVEL_COUNT];
139 EB_U8 bufferDepthIndexWidth[MAX_LEVEL_COUNT];
H A DEbProductCodingLoop.c2629 for (index = 0; index < contextPtr->bufferDepthIndexWidth[MAX_LEVEL_COUNT - 1]; ++index){ in Intra4x4InitFastLoop()
2631 …contextPtr->fastCostArray[(contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]) + index] = 0xFF… in Intra4x4InitFastLoop()
2632 …contextPtr->fullCostArray[(contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]) + index] = 0xFF… in Intra4x4InitFastLoop()
2633 …contextPtr->fullCostSkipPtr[(contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]) + index] = 0x… in Intra4x4InitFastLoop()
2634 …contextPtr->fullCostMergePtr[(contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]) + index] = 0… in Intra4x4InitFastLoop()
2747 …y = &(contextPtr->candidateBufferPtrArray[contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]]); in PerformIntra4x4Search()
2751 …y = &(contextPtr->candidateBufferPtrArray[contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]]); in PerformIntra4x4Search()
2775 (bufferTotalCount <= contextPtr->bufferDepthIndexWidth[MAX_LEVEL_COUNT - 1]), in PerformIntra4x4Search()
2785 … maxBuffers = MIN((bufferTotalCount + 1), contextPtr->bufferDepthIndexWidth[MAX_LEVEL_COUNT - 1]); in PerformIntra4x4Search()
2799 highestCostIndex = contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]; in PerformIntra4x4Search()
[all …]
H A DEbDefinitions.h833 #define MAX_LEVEL_COUNT 5 // log2(MAX_LCU_SIZE) - log2(MIN_CU_SIZE) macro
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbModeDecisionProcess.h138 EB_U8 bufferDepthIndexStart[MAX_LEVEL_COUNT];
139 EB_U8 bufferDepthIndexWidth[MAX_LEVEL_COUNT];
H A DEbProductCodingLoop.c2629 for (index = 0; index < contextPtr->bufferDepthIndexWidth[MAX_LEVEL_COUNT - 1]; ++index){ in Intra4x4InitFastLoop()
2631 …contextPtr->fastCostArray[(contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]) + index] = 0xFF… in Intra4x4InitFastLoop()
2632 …contextPtr->fullCostArray[(contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]) + index] = 0xFF… in Intra4x4InitFastLoop()
2633 …contextPtr->fullCostSkipPtr[(contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]) + index] = 0x… in Intra4x4InitFastLoop()
2634 …contextPtr->fullCostMergePtr[(contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]) + index] = 0… in Intra4x4InitFastLoop()
2747 …y = &(contextPtr->candidateBufferPtrArray[contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]]); in PerformIntra4x4Search()
2751 …y = &(contextPtr->candidateBufferPtrArray[contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]]); in PerformIntra4x4Search()
2775 (bufferTotalCount <= contextPtr->bufferDepthIndexWidth[MAX_LEVEL_COUNT - 1]), in PerformIntra4x4Search()
2785 … maxBuffers = MIN((bufferTotalCount + 1), contextPtr->bufferDepthIndexWidth[MAX_LEVEL_COUNT - 1]); in PerformIntra4x4Search()
2799 highestCostIndex = contextPtr->bufferDepthIndexStart[MAX_LEVEL_COUNT - 1]; in PerformIntra4x4Search()
[all …]
H A DEbDefinitions.h833 #define MAX_LEVEL_COUNT 5 // log2(MAX_LCU_SIZE) - log2(MIN_CU_SIZE) macro
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbDefinitions.h2356 #define MAX_LEVEL_COUNT 5 // log2(BLOCK_SIZE_64) - log2(MIN_BLOCK_SIZE) macro
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbDefinitions.h2356 #define MAX_LEVEL_COUNT 5 // log2(BLOCK_SIZE_64) - log2(MIN_BLOCK_SIZE) macro