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

  /hardware/intel/img/psb_video/src/
tng_hostcode.c 429 IMG_UINT32 ui32PredCombControl = 0;
434 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTRA4X4_DISABLE);
438 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTRA8X8_DISABLE);
443 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTRA16X16_DISABLE);
447 // ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTER4X4_RESTRICT);
452 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTER8X8_DISABLE);
455 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_B_PIC1_DISABLE);
457 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_B_PIC0_DISABLE);
460 ctx->ui32PredCombControl = ui32PredCombControl;
    [all...]
tng_hostcode.h 331 IMG_UINT32 ui32PredCombControl; //!< common bits of Predictor-combiner control register for entire picture
tng_hostbias.c 428 if (ctx->ui32PredCombControl & F_ENCODE(1, TOPAZHP_CR_INTRA8X8_DISABLE)) {
tng_hostdefs.h 665 IMG_UINT32 ui32PredCombControl; //!< Value to use for Predictor combiner register
    [all...]
tng_enc_trace.c 575 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32PredCombControl=%d\n", data->ui32PredCombControl);
    [all...]
tng_trace.c     [all...]

Completed in 447 milliseconds