Home
last modified time | relevance | path

Searched refs:with_earlier_poc_nb (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/platform/nvidia/tegra-vde/
Dtrace.h75 unsigned int with_earlier_poc_nb),
76 TP_ARGS(with_later_poc_nb, with_earlier_poc_nb),
79 __field(unsigned int, with_earlier_poc_nb)
83 __entry->with_earlier_poc_nb = with_earlier_poc_nb;
86 __entry->with_later_poc_nb, __entry->with_earlier_poc_nb)
Dh264.c199 unsigned int with_earlier_poc_nb) in tegra_vde_setup_iram_tables() argument
232 if (with_earlier_poc_nb >= ref_frames_nb) in tegra_vde_setup_iram_tables()
235 with_later_poc_nb = ref_frames_nb - with_earlier_poc_nb; in tegra_vde_setup_iram_tables()
237 trace_vde_ref_l1(with_later_poc_nb, with_earlier_poc_nb); in tegra_vde_setup_iram_tables()
239 for (i = 0, k = with_earlier_poc_nb; i < with_later_poc_nb; i++, k++) { in tegra_vde_setup_iram_tables()