Home
last modified time | relevance | path

Searched refs:sao_eo_class (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdsp_template.c365 int sao_eo_class = sao->eo_class[c_idx]; in sao_edge_restore_0() local
371 if (sao_eo_class != SAO_EO_VERT) { in sao_edge_restore_0()
388 if (sao_eo_class != SAO_EO_HORIZ) { in sao_edge_restore_0()
415 int sao_eo_class = sao->eo_class[c_idx]; in sao_edge_restore_1() local
421 if (sao_eo_class != SAO_EO_VERT) { in sao_edge_restore_1()
438 if (sao_eo_class != SAO_EO_HORIZ) { in sao_edge_restore_1()
456 int save_upper_left = !diag_edge[0] && sao_eo_class == SAO_EO_135D && !borders[0] && !borders[1]; in sao_edge_restore_1()
457 int save_upper_right = !diag_edge[1] && sao_eo_class == SAO_EO_45D && !borders[1] && !borders[2]; in sao_edge_restore_1()
458 int save_lower_right = !diag_edge[2] && sao_eo_class == SAO_EO_135D && !borders[2] && !borders[3]; in sao_edge_restore_1()
459 int save_lower_left = !diag_edge[3] && sao_eo_class in sao_edge_restore_1()
[all...]
H A Dhevcdsp.h40 int eo_class[3]; ///< sao_eo_class
68 int16_t *sao_offset_val, int sao_eo_class, int width, int height);

Completed in 4 milliseconds