Searched refs:openhevc_sps (Results 1 – 1 of 1) sorted by relevance
636 static RK_S32 compare_sps(HEVCSPS *openhevc_sps, HEVCSPS *sps) in compare_sps() argument638 if (openhevc_sps->vps_id != sps->vps_id) { in compare_sps()642 if (openhevc_sps->sps_id != sps->sps_id) { in compare_sps()646 if (openhevc_sps->chroma_format_idc != sps->chroma_format_idc) { in compare_sps()650 if (openhevc_sps->separate_colour_plane_flag in compare_sps()656 if (openhevc_sps->output_width != sps->output_width) { in compare_sps()660 if (openhevc_sps->output_height != sps->output_height) { in compare_sps()665 if (openhevc_sps->bit_depth != sps->bit_depth) { in compare_sps()669 if (openhevc_sps->bit_depth_chroma != sps->bit_depth_chroma) { in compare_sps()673 if (openhevc_sps->pixel_shift != sps->pixel_shift) { in compare_sps()[all …]