• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/intel-driver


Commit MetaInfo

Revisión4a1c4d21f3428b08ef765d7f7de75b97006514ac (tree)
Tiempo2015-05-25 09:25:42
AutorAndy Furniss <adf.lists@gmai...>
CommiterXiang, Haihao

Log Message

VPP: Enable field rate madi/mcdi. Only second hunk is tested

Signed-off-by: Andy Furniss <adf.lists@gmail.com>

Cambiar Resumen

Diferencia incremental

--- a/src/i965_post_processing.c
+++ b/src/i965_post_processing.c
@@ -3423,11 +3423,7 @@ pp_nv12_dndi_initialize(VADriverContextP ctx, struct i965_post_processing_contex
34233423 obj_surface->orig_width, obj_surface->orig_height, obj_surface->width,
34243424 I965_SURFACEFORMAT_R8_UNORM, 20, 1);
34253425
3426- /* If we are in "First Frame" mode, i.e. past frames are not
3427- available for motion measure, then don't use the TFF flag */
3428- dndi_top_first = !(deint_params->flags & (dndi_ctx->is_first_frame ?
3429- VA_DEINTERLACING_BOTTOM_FIELD :
3430- VA_DEINTERLACING_BOTTOM_FIELD_FIRST));
3426+ dndi_top_first = !(deint_params->flags & VA_DEINTERLACING_BOTTOM_FIELD);
34313427
34323428 /* sampler dndi */
34333429 dri_bo_map(pp_context->sampler_state_table.bo, True);
@@ -3833,11 +3829,7 @@ gen7_pp_nv12_dndi_initialize(VADriverContextP ctx, struct i965_post_processing_c
38333829 obj_surface->orig_width, obj_surface->orig_height, obj_surface->width,
38343830 I965_SURFACEFORMAT_R8_UNORM, 33, 1);
38353831
3836- /* If we are in "First Frame" mode, i.e. past frames are not
3837- available for motion measure, then don't use the TFF flag */
3838- dndi_top_first = !(deint_params->flags & (dndi_ctx->is_first_frame ?
3839- VA_DEINTERLACING_BOTTOM_FIELD :
3840- VA_DEINTERLACING_BOTTOM_FIELD_FIRST));
3832+ dndi_top_first = !(deint_params->flags & VA_DEINTERLACING_BOTTOM_FIELD);
38413833
38423834 /* sampler dndi */
38433835 dri_bo_map(pp_context->sampler_state_table.bo, True);