Searched refs:openhevc_sps (Results 1 – 1 of 1) sorted by relevance
652 static RK_S32 compare_sps(HEVCSPS *openhevc_sps, HEVCSPS *sps) in compare_sps() argument654 if (openhevc_sps->vps_id != sps->vps_id) { in compare_sps()658 if (openhevc_sps->sps_id != sps->sps_id) { in compare_sps()662 if (openhevc_sps->chroma_format_idc != sps->chroma_format_idc) { in compare_sps()666 if (openhevc_sps->separate_colour_plane_flag in compare_sps()672 if (openhevc_sps->output_width != sps->output_width) { in compare_sps()676 if (openhevc_sps->output_height != sps->output_height) { in compare_sps()681 if (openhevc_sps->bit_depth != sps->bit_depth) { in compare_sps()685 if (openhevc_sps->bit_depth_chroma != sps->bit_depth_chroma) { in compare_sps()689 if (openhevc_sps->pixel_shift != sps->pixel_shift) { in compare_sps()[all …]