Searched refs:vert_edge (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp.h | 72 uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge);
|
D | hevc_filter.c | 258 uint8_t vert_edge[] = { 0, 0 }; in sao_filter_CTB() local 278 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB() 282 …vert_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()
|
D | hevcdsp_template.c | 358 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()
|