Searched refs:BitDepthPerChannel (Results 1 – 3 of 3) sorted by relevance
906 uint16_t BitDepthPerChannel = 0; // Bit Depth Per Channel(4 channels for 3DLUT). member
2984 pSrc->p3DLutParams->BitDepthPerChannel = (uint16_t)p3DLutParamBuff->bit_depth; in DdiVp_SetProcFilter3DLutParams()2985 …ntry = (uint16_t)(p3DLutParamBuff->num_channel * (pSrc->p3DLutParams->BitDepthPerChannel / 8)); in DdiVp_SetProcFilter3DLutParams()
3266 src->p3DLutParams->BitDepthPerChannel = (uint16_t)lut3DParamBuff->bit_depth; in DdiSetProcFilter3DLutParams()3267 …tPerEntry = (uint16_t)(lut3DParamBuff->num_channel * (src->p3DLutParams->BitDepthPerChannel / 8)); in DdiSetProcFilter3DLutParams()