Searched defs:blk_fw (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | temporal_filter_sse4.c | 281 const int *blk_fw) { in vp9_apply_temporal_filter_luma_16() 465 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in vp9_apply_temporal_filter_luma() 575 const int *blk_fw) { in vp9_apply_temporal_filter_chroma_8() 726 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in vp9_apply_temporal_filter_chroma() 859 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_apply_temporal_filter_sse4_1()
|
D | highbd_temporal_filter_sse4.c | 371 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in vp9_highbd_apply_temporal_filter_luma() 502 int top_weight, int bottom_weight, const int *blk_fw) { in vp9_highbd_apply_temporal_filter_chroma_8() 727 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in vp9_highbd_apply_temporal_filter_chroma() 866 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_highbd_apply_temporal_filter_sse4_1()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 341 const int *blk_fw) { in apply_temporal_filter_luma_16() 529 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in apply_temporal_filter_luma() 639 const int *blk_fw) { in apply_temporal_filter_chroma_8() 800 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in apply_temporal_filter_chroma() 935 const int *blk_fw = subblock_filter_weights; in apply_temporal_filter_yuv() local 1403 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in highbd_apply_temporal_filter_luma() 1534 int top_weight, int bottom_weight, const int *blk_fw) { in highbd_apply_temporal_filter_chroma_8() 1759 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in highbd_apply_temporal_filter_chroma() 1900 const int *blk_fw = subblock_filter_weights; in highbd_apply_temporal_filter_yuv() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 239 const int *const blk_fw, int use_32x32) { in get_filter_weight() 265 int ss_x, int ss_y, int strength, const int *const blk_fw, int use_32x32, in vp9_apply_temporal_filter_c() 407 int ss_x, int ss_y, int strength, const int *const blk_fw, int use_32x32, in vp9_highbd_apply_temporal_filter_c() 740 int blk_fw[4] = { 0, 0, 0, 0 }; in vp9_temporal_filter_iterate_row_c() local
|
/external/libaom/libaom/test/ |
D | temporal_filter_yuv_test.cc | 49 const int *const blk_fw, int use_32x32) { in GetFilterWeight() 215 const int *const blk_fw, int use_32x32, in ApplyReferenceFilter() 406 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in ApplyTestFilter() 480 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in ApplyTestFilter()
|
/external/libvpx/libvpx/test/ |
D | yuv_temporal_filter_test.cc | 47 const int *const blk_fw, int use_32x32) { in GetFilterWeight() 121 int strength, const int *const blk_fw, int use_32x32, in ApplyReferenceFilter()
|