Home
last modified time | relevance | path

Searched refs:horiz_edge (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdsp.h72 uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge);
H A Dhevc_filter.c268 uint8_t horiz_edge[] = { 0, 0 }; in sao_filter_CTB() local
295 horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb, y_ctb - 1)) || up_tile_edge; in sao_filter_CTB()
299 horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb, y_ctb + 1)) || bottom_tile_edge; in sao_filter_CTB()
453 horiz_edge, in sao_filter_CTB()
H A Dhevcdsp_template.c359 uint8_t *horiz_edge, uint8_t *diag_edge) in sao_edge_restore_0()
409 uint8_t *horiz_edge, uint8_t *diag_edge) in sao_edge_restore_1()
471 if(horiz_edge[0] && sao_eo_class != SAO_EO_HORIZ) { in sao_edge_restore_1()
475 if(horiz_edge[1] && sao_eo_class != SAO_EO_HORIZ) { in sao_edge_restore_1()
355 sao_edge_restore_0(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) sao_edge_restore_0() argument
405 sao_edge_restore_1(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) sao_edge_restore_1() argument

Completed in 7 milliseconds