video: driver: update cycle count requirement of B frames

Decoder base cycle requirement of B frames has increased to 80.
Also, updated cycle count requirement for Encoder HIER B usecase.

Pulled from CL: 3302650.

Change-Id: I0f56166b7261e161630feeb8793473491dacccd7
Signed-off-by: Darshana Patil <darshana@codeaurora.org>
このコミットが含まれているのは:
Darshana Patil
2021-06-29 13:51:26 -07:00
コミット c80c5b8bbb
4個のファイルの変更11行の追加3行の削除

ファイルの表示

@@ -149,5 +149,6 @@ struct msm_vidc_inst {
u32 dpb_list_payload[MAX_DPB_LIST_ARRAY_SIZE];
u32 max_map_output_count;
u32 auto_framerate;
bool has_bframe;
};
#endif // _MSM_VIDC_INST_H_