Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdsp.h72 uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge);
Dhevc_filter.c258 uint8_t vert_edge[] = { 0, 0 }; in sao_filter_CTB() local
278vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
282vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
443 vert_edge, in sao_filter_CTB()
Dhevcdsp_template.c358 int c_idx, uint8_t *vert_edge, in FUNC()
408 int c_idx, uint8_t *vert_edge, in FUNC()
462 if(vert_edge[0] && sao_eo_class != SAO_EO_VERT) { in FUNC()
466 if(vert_edge[1] && sao_eo_class != SAO_EO_VERT) { in FUNC()