Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c48 static const uint8_t default_scaling8[2][64] = { variable
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()
300 ret |= decode_scaling_list(gb, scaling_matrix8[0], 64, default_scaling8[0], fallback[2]); // Intra, Y in decode_scaling_matrices()
301 ret |= decode_scaling_list(gb, scaling_matrix8[3], 64, default_scaling8[1], fallback[3]); // Inter, Y in decode_scaling_matrices()
303 ret |= decode_scaling_list(gb, scaling_matrix8[1], 64, default_scaling8[0], scaling_matrix8[0]); // Intra, Cr in decode_scaling_matrices()
304 ret |= decode_scaling_list(gb, scaling_matrix8[4], 64, default_scaling8[1], scaling_matrix8[3]); // Inter, Cr in decode_scaling_matrices()
305 ret |= decode_scaling_list(gb, scaling_matrix8[2], 64, default_scaling8[0], scaling_matrix8[1]); // Intra, Cb in decode_scaling_matrices()
306 ret |= decode_scaling_list(gb, scaling_matrix8[5], 64, default_scaling8[1], scaling_matrix8[4]); // Inter, Cb in decode_scaling_matrices()

Completed in 2 milliseconds