HomeSort by relevance Sort by last modified time
    Searched refs:VC1_MB_PARAM_STRIDE (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/
vc1_defs.h 170 #define VC1_MB_PARAM_STRIDE (128)
pnw_VC1.c 818 uint32_t colocated_size = ((ctx->size_mb + 1) * 2 + 128) * VC1_MB_PARAM_STRIDE;
819 //uint32_t colocated_size = (ctx->size_mb + 1) * 2 * VC1_MB_PARAM_STRIDE + 0x2000;
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 801 uint32_t colocated_size = (ctx->size_mb + 1) * 2 * VC1_MB_PARAM_STRIDE + 0x2000;
    [all...]

Completed in 57 milliseconds