Searched refs:default_scaling4 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_ps.c | 41 static const uint8_t default_scaling4[2][16] = { variable 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() 293 ret |= decode_scaling_list(gb, scaling_matrix4[0], 16, default_scaling4[0], fallback[0]); // Intra, Y in decode_scaling_matrices() 294 ret |= decode_scaling_list(gb, scaling_matrix4[1], 16, default_scaling4[0], scaling_matrix4[0]); // Intra, Cr in decode_scaling_matrices() 295 ret |= decode_scaling_list(gb, scaling_matrix4[2], 16, default_scaling4[0], scaling_matrix4[1]); // Intra, Cb in decode_scaling_matrices() 296 ret |= decode_scaling_list(gb, scaling_matrix4[3], 16, default_scaling4[1], fallback[1]); // Inter, Y in decode_scaling_matrices() 297 ret |= decode_scaling_list(gb, scaling_matrix4[4], 16, default_scaling4[1], scaling_matrix4[3]); // Inter, Cr in decode_scaling_matrices() 298 ret |= decode_scaling_list(gb, scaling_matrix4[5], 16, default_scaling4[1], scaling_matrix4[4]); // Inter, Cb in decode_scaling_matrices()
|
Completed in 2 milliseconds