Searched defs:blk_fw (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 337 const int *blk_fw) { in av1_apply_temporal_filter_luma_16() 525 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_apply_temporal_filter_luma() 635 const int *blk_fw) { in av1_apply_temporal_filter_chroma_8() 796 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_apply_temporal_filter_chroma() 929 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_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 av1_highbd_apply_temporal_filter_luma() 502 int top_weight, int bottom_weight, const int *blk_fw) { in av1_highbd_apply_temporal_filter_chroma_8() 727 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_highbd_apply_temporal_filter_chroma() 866 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_highbd_apply_temporal_filter_sse4_1()
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 233 unsigned int block_width, const int *blk_fw, in get_filter_weight() 259 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in av1_apply_temporal_filter_c() 401 const int *blk_fw, int use_32x32, uint32_t *y_accumulator, in av1_highbd_apply_temporal_filter_c() 533 const int *blk_fw, int use_32x32, in av1_temporal_filter_apply_c() 597 int *blk_fw, int use_32x32, unsigned int *accumulator, uint16_t *count) { in av1_highbd_temporal_filter_apply_c() 854 int blk_fw[4] = { 0, 0, 0, 0 }; in temporal_filter_iterate_c() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 201 unsigned int block_width, int *blk_fw, in get_filter_weight() 228 int ss_x, int ss_y, int strength, int *blk_fw, int use_32x32, in apply_temporal_filter() 437 int *blk_fw, int use_32x32, uint32_t *accumulator, uint16_t *count) { in vp9_highbd_temporal_filter_apply_c() 681 int blk_fw[4] = { 0, 0, 0, 0 }; in vp9_temporal_filter_iterate_row_c() local
|
/external/libaom/libaom/test/ |
D | yuv_temporal_filter_test.cc | 50 const int *const blk_fw, int use_32x32) { in GetFilterWeight() 216 const int *const blk_fw, int use_32x32, in ApplyReferenceFilter() 407 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in ApplyTestFilter() 423 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in ApplyTestFilter()
|