Home
last modified time | relevance | path

Searched refs:fallback_sps (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c284 int fallback_sps = !is_sps && sps->scaling_matrix_present; in decode_scaling_matrices() local
286 fallback_sps ? sps->scaling_matrix4[0] : default_scaling4[0], in decode_scaling_matrices()
287 fallback_sps ? sps->scaling_matrix4[3] : default_scaling4[1], in decode_scaling_matrices()
288 fallback_sps ? sps->scaling_matrix8[0] : default_scaling8[0], in decode_scaling_matrices()
289 fallback_sps ? sps->scaling_matrix8[3] : default_scaling8[1] in decode_scaling_matrices()

Completed in 2 milliseconds