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

  /hardware/intel/img/psb_video/src/
vc1_header.h 233 IMG_BOOL pqindex_gt8; /* Flag to indicate PQINDEX > 8 */ member in struct:context_VC1_s
pnw_VC1.c 743 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_type == 0);
746 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale > 8);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 739 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_type == 0);
742 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale > 8);
    [all...]

Completed in 185 milliseconds