Searched defs:thresh_in (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp8/common/loongarch/ |
D | loopfilter_filters_lsx.c | 119 limit_in, b_limit_in, thresh_in, hev_out, mask_out, \ argument 300 const uint8_t thresh_in) { in loop_filter_horizontal_edge_uv_lsx() 352 const uint8_t thresh_in) { in loop_filter_vertical_edge_uv_lsx() 427 const uint8_t limit_in, const uint8_t thresh_in) { in mbloop_filter_horizontal_edge_y_lsx() 461 const uint8_t limit_in, const uint8_t thresh_in) { in mbloop_filter_horizontal_edge_uv_lsx() 520 const uint8_t thresh_in) { in mbloop_filter_vertical_edge_y_lsx() 599 const uint8_t limit_in, const uint8_t thresh_in) { in mbloop_filter_vertical_edge_uv_lsx()
|
/external/libvpx/vp8/common/mips/msa/ |
D | loopfilter_filters_msa.c | 169 limit_in, b_limit_in, thresh_in, hev_out, mask_out, \ argument 290 const uint8_t thresh_in) { in mbloop_filter_horizontal_edge_y_msa() 313 const uint8_t thresh_in) { in mbloop_filter_horizontal_edge_uv_msa() 366 const uint8_t thresh_in) { in mbloop_filter_vertical_edge_y_msa() 432 const uint8_t thresh_in) { in mbloop_filter_vertical_edge_uv_msa() 543 const uint8_t thresh_in) { in loop_filter_horizontal_edge_uv_msa() 586 const uint8_t thresh_in) { in loop_filter_vertical_edge_uv_msa()
|
/external/libvpx/vpx_dsp/mips/ |
D | loopfilter_msa.h | 142 limit_in, b_limit_in, thresh_in, hev_out, mask_out, \ argument
|
/external/libvpx/vpx_dsp/loongarch/ |
D | loopfilter_lsx.h | 17 limit_in, b_limit_in, thresh_in, hev_out, mask_out, \ argument
|
/external/webp/src/dsp/ |
D | dec_msa.c | 261 limit_in, b_limit_in, thresh_in, \ argument 341 int b_limit_in, int limit_in, int thresh_in) { in VFilter16() 360 int b_limit_in, int limit_in, int thresh_in) { in HFilter16() 481 int b_limit_in, int limit_in, int thresh_in) { in VFilter8() 526 int b_limit_in, int limit_in, int thresh_in) { in HFilter8() 562 int b_limit_in, int limit_in, int thresh_in) { in VFilter8i() 593 int b_limit_in, int limit_in, int thresh_in) { in HFilter8i()
|