Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 9bc30a0

Browse files
sreerenjbxhaihao
authored andcommittedSep 10, 2019
encoder: vp8: Ensure forced_lf_adjustment update in media kernel
Ensure the submission of forced_lf_adjustment in mode probablity update kernel curbe. This will help to fix the ffmpeg decoder output md5 mismatch with vpxdec for the Intel encoded video samples. Reported, Tested and Verified by Hirokazu Honda<hiroh@google.com>
1 parent e60af21 commit 9bc30a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/i965_encoder_vp8.c

+1
Original file line numberDiff line numberDiff line change
@@ -4381,6 +4381,7 @@ i965_encoder_vp8_vme_mpu_set_curbe(VADriverContextP ctx,
43814381
pcmd->dw1.sign_bias_golden = pic_param->pic_flags.bits.sign_bias_golden;
43824382
pcmd->dw1.sign_bias_alt_ref = pic_param->pic_flags.bits.sign_bias_alternate;
43834383
pcmd->dw1.refresh_entropy_p = pic_param->pic_flags.bits.refresh_entropy_probs;
4384+
pcmd->dw1.forced_lf_update_for_key_frame = pic_param->pic_flags.bits.forced_lf_adjustment;
43844385

43854386
pcmd->dw2.loop_filter_level = pic_param->loop_filter_level[0];
43864387
pcmd->dw2.qindex = quant_param->quantization_index[0];

0 commit comments

Comments
 (0)