Searched refs:fhd (Results 1 – 9 of 9) sorted by relevance
13 compatible = "tianma,fhd-video", "novatek,nt36672a";
52 compatible = "jdi,fhd-r63452";
59 compatible = "jdi,fhd-r63452";
112 compatible = "jdi,fhd-r63452";
225 compatible = "tianma,fhd-video";
475 compatible = "jdi,fhd-nt35596s";
218 { BYTE const fhd = ((const BYTE*)src)[minInputSize-1]; in ZSTD_frameHeaderSize_internal() local219 U32 const dictID= fhd & 3; in ZSTD_frameHeaderSize_internal()220 U32 const singleSegment = (fhd >> 5) & 1; in ZSTD_frameHeaderSize_internal()221 U32 const fcsId = fhd >> 6; in ZSTD_frameHeaderSize_internal()
416 { BYTE const fhd = ((const BYTE*)src)[minInputSize-1]; in ZSTD_frameHeaderSize_internal() local417 U32 const dictID= fhd & 3; in ZSTD_frameHeaderSize_internal()418 U32 const singleSegment = (fhd >> 5) & 1; in ZSTD_frameHeaderSize_internal()419 U32 const fcsId = fhd >> 6; in ZSTD_frameHeaderSize_internal()
3135 { BYTE const fhd = ((const BYTE*)src)[4]; in ZSTDv07_frameHeaderSize() local3136 U32 const dictID= fhd & 3; in ZSTDv07_frameHeaderSize()3137 U32 const directMode = (fhd >> 5) & 1; in ZSTDv07_frameHeaderSize()3138 U32 const fcsId = fhd >> 6; in ZSTDv07_frameHeaderSize()