Searched refs:h_count (Results 1 – 2 of 2) sorted by relevance
93 if (s->h_count[0] == 2 && s->v_count[0] == 2 && in jpeg_judge_yuv_mode()94 s->h_count[1] == 1 && s->v_count[1] == 1 && in jpeg_judge_yuv_mode()95 s->h_count[2] == 1 && s->v_count[2] == 1) { in jpeg_judge_yuv_mode()99 } else if (s->h_count[0] == 2 && s->v_count[0] == 1 && in jpeg_judge_yuv_mode()100 s->h_count[1] == 1 && s->v_count[1] == 1 && in jpeg_judge_yuv_mode()101 s->h_count[2] == 1 && s->v_count[2] == 1) { in jpeg_judge_yuv_mode()110 } else if (s->h_count[0] == 1 && s->v_count[0] == 2 && in jpeg_judge_yuv_mode()111 s->h_count[1] == 1 && s->v_count[1] == 1 && in jpeg_judge_yuv_mode()112 s->h_count[2] == 1 && s->v_count[2] == 1) { in jpeg_judge_yuv_mode()121 } else if (s->h_count[0] == 1 && s->v_count[0] == 1 && in jpeg_judge_yuv_mode()[all …]
169 RK_U32 h_count[MAX_COMPONENTS]; member