Home
last modified time | relevance | path

Searched refs:diag_edge (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c359 uint8_t *horiz_edge, uint8_t *diag_edge) in FUNC()
409 uint8_t *horiz_edge, uint8_t *diag_edge) 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()
479 if(diag_edge[0] && sao_eo_class == SAO_EO_135D) in FUNC()
481 if(diag_edge[1] && sao_eo_class == SAO_EO_45D) in FUNC()
483 if(diag_edge[2] && sao_eo_class == SAO_EO_135D) in FUNC()
485 if(diag_edge[3] && sao_eo_class == SAO_EO_45D) in FUNC()
Dhevc_filter.c260 uint8_t diag_edge[] = { 0, 0, 0, 0 }; in sao_filter_CTB() local
293diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
296diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
299diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
302diag_edge[3] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
445 diag_edge); in sao_filter_CTB()
Dhevcdsp.h72 uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge);