Searched refs:bool_coder_ctx (Results 1 – 5 of 5) sorted by relevance
100 bool_coder_ctx: &BoolCoderContextVPX,103 let bool_coder_ctx = bool_coder_ctx.0; localVariable124 bool_coder_ctx,
249 …codecPicParams->ucP0EntropyCount = (8 - picParam->bool_coder_ctx.count) & 0x7; //hardware needs u… in ParsePicParams()250 codecPicParams->ucP0EntropyValue = picParam->bool_coder_ctx.value; in ParsePicParams()251 codecPicParams->uiP0EntropyRange = picParam->bool_coder_ctx.range; in ParsePicParams()
259 …codecPicParams->ucP0EntropyCount = (8 - picParam->bool_coder_ctx.count) & 0x7; //hardware needs us… in ParsePicParams()260 codecPicParams->ucP0EntropyValue = picParam->bool_coder_ctx.value; in ParsePicParams()261 codecPicParams->uiP0EntropyRange = picParam->bool_coder_ctx.range; in ParsePicParams()
156 VABoolCoderContextVPX bool_coder_ctx; member
4755 p->bool_coder_ctx.range, p->bool_coder_ctx.value, p->bool_coder_ctx.count); in va_TraceVAPictureParameterBufferVP8()