Searched refs:DCT_Base_Address_Offset (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_VP8.c287 uint32_t DCT_Base_Address_Offset; member in struct:context_VP8_s
1092 ctx->DCT_Base_Address_Offset = (ctx->slice_params->partition_size[0] + (ctx->pic_params->bool_coder_ctx.count & 0x07 ? 1 : 0) + (ctx->slice_params->macroblock_offset >> 3)) + 3 * (ctx->slice_params->num_of_partitions - 2) ;
1095 ctx->dec_ctx.slice_data_buffer, ctx->DCT_Base_Address_Offset);

Completed in 21 milliseconds