Home
last modified time | relevance | path

Searched refs:pAboveContext (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/libva-intel-hybrid-driver/intel-hybrid-driver-1.0.2/src/vp9hdec/
H A Dintel_hybrid_hostvld_vp9_parser.cpp2682 PUINT8 pAboveContext, pLeftContext; in Intel_HostvldVp9_ParseCoefficient() local
2735 *(PUINT16)(pMbInfo->pAboveContext[INTEL_HOSTVLD_VP9_YUV_PLANE_Y]) = 0; in Intel_HostvldVp9_ParseCoefficient()
2736 *(pMbInfo->pAboveContext[INTEL_HOSTVLD_VP9_YUV_PLANE_U]) = 0; in Intel_HostvldVp9_ParseCoefficient()
2737 *(pMbInfo->pAboveContext[INTEL_HOSTVLD_VP9_YUV_PLANE_V]) = 0; in Intel_HostvldVp9_ParseCoefficient()
2923 pAboveContext = pMbInfo->pAboveContext[iPlane] + (1<<TxSize) * i; in Intel_HostvldVp9_ParseCoefficient()
2930 Pt = ((*pAboveContext) != 0) + ((*pLeftContext) != 0); in Intel_HostvldVp9_ParseCoefficient()
3199 *(pAboveContext + iEntropyIdx) = 1; in Intel_HostvldVp9_ParseCoefficient()
3207 *(pAboveContext) = (UINT8)(u64Value >> 56); in Intel_HostvldVp9_ParseCoefficient()
3210 *(PUINT16)(pAboveContext) = (UINT16)(u64Value >> 48); in Intel_HostvldVp9_ParseCoefficient()
3213 *(PUINT32)(pAboveContext) = (UINT32)(u64Value >> 32); in Intel_HostvldVp9_ParseCoefficient()
[all …]
H A Dintel_hybrid_hostvld_vp9_internal.h684 …PUINT8 pAboveContext[VP9_CODED_YUV_PLANES]; // TOCHECK: when and how to initialize these entropy c… member