Home
last modified time | relevance | path

Searched refs:mode_config (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dpsb_VC1.c997 ctx->mode_config = 0x3; in psb__VC1_process_picture_param()
1026 ctx->mode_config = 0x0; in psb__VC1_process_picture_param()
1030 ctx->mode_config = 0x1; in psb__VC1_process_picture_param()
1038 ctx->mode_config = 0x2; in psb__VC1_process_picture_param()
1046 ctx->mode_config = 0x3; in psb__VC1_process_picture_param()
1059 ctx->mode_config = 0; in psb__VC1_process_picture_param()
1063 ctx->mode_config = 0x3; // intensity compensate whole frame in psb__VC1_process_picture_param()
1065 ctx->mode_config = 0; in psb__VC1_process_picture_param()
1069 ctx->mode_config = 0; in psb__VC1_process_picture_param()
1180 ctx->mode_config |= (0x1 << 2); // scale down previous reconstructed frame in psb__VC1_process_picture_param()
[all …]
/hardware/intel/img/psb_video/src/
Dpnw_VC1.c1012 ctx->mode_config = 0x3; in psb__VC1_process_picture_param()
1041 ctx->mode_config = 0x0; in psb__VC1_process_picture_param()
1045 ctx->mode_config = 0x1; in psb__VC1_process_picture_param()
1053 ctx->mode_config = 0x2; in psb__VC1_process_picture_param()
1061 ctx->mode_config = 0x3; in psb__VC1_process_picture_param()
1074 ctx->mode_config = 0; in psb__VC1_process_picture_param()
1078 ctx->mode_config = 0x3; // intensity compensate whole frame in psb__VC1_process_picture_param()
1080 ctx->mode_config = 0; in psb__VC1_process_picture_param()
1084 ctx->mode_config = 0; in psb__VC1_process_picture_param()
1195 ctx->mode_config |= (0x1 << 2); // scale down previous reconstructed frame in psb__VC1_process_picture_param()
[all …]
Dvc1_header.h228 uint8_t mode_config; member