Home
last modified time | relevance | path

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

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