Lines Matching defs:sao_eo_class
365 int sao_eo_class = sao->eo_class[c_idx];
371 if (sao_eo_class != SAO_EO_VERT) {
388 if (sao_eo_class != SAO_EO_HORIZ) {
415 int sao_eo_class = sao->eo_class[c_idx];
421 if (sao_eo_class != SAO_EO_VERT) {
438 if (sao_eo_class != SAO_EO_HORIZ) {
456 int save_upper_left = !diag_edge[0] && sao_eo_class == SAO_EO_135D && !borders[0] && !borders[1];
457 int save_upper_right = !diag_edge[1] && sao_eo_class == SAO_EO_45D && !borders[1] && !borders[2];
458 int save_lower_right = !diag_edge[2] && sao_eo_class == SAO_EO_135D && !borders[2] && !borders[3];
459 int save_lower_left = !diag_edge[3] && sao_eo_class == SAO_EO_45D && !borders[0] && !borders[3];
462 if(vert_edge[0] && sao_eo_class != SAO_EO_VERT) {
466 if(vert_edge[1] && sao_eo_class != SAO_EO_VERT) {
471 if(horiz_edge[0] && sao_eo_class != SAO_EO_HORIZ) {
475 if(horiz_edge[1] && sao_eo_class != SAO_EO_HORIZ) {
479 if(diag_edge[0] && sao_eo_class == SAO_EO_135D)
481 if(diag_edge[1] && sao_eo_class == SAO_EO_45D)
483 if(diag_edge[2] && sao_eo_class == SAO_EO_135D)
485 if(diag_edge[3] && sao_eo_class == SAO_EO_45D)