Searched defs:blk_fw (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_temporal_filter_neon.c | 255 const int *blk_fw) { in apply_temporal_filter_luma_16() 426 const int *blk_fw, int use_whole_blk, uint32_t *y_accum, uint16_t *y_count, in apply_temporal_filter_luma() 517 const int *blk_fw) { in apply_temporal_filter_chroma_8() 654 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in apply_temporal_filter_chroma() 774 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_apply_temporal_filter_neon()
|
H A D | vp9_highbd_temporal_filter_neon.c | 332 const int *blk_fw, int use_whole_blk, uint32_t *y_accum, uint16_t *y_count, in highbd_apply_temporal_filter_luma() 455 int top_weight, int bottom_weight, const int *blk_fw) { in highbd_apply_temporal_filter_chroma_8() 670 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in highbd_apply_temporal_filter_chroma() 797 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_highbd_apply_temporal_filter_neon()
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | temporal_filter_sse4.c | 279 const int *blk_fw) { in vp9_apply_temporal_filter_luma_16() 450 const int *blk_fw, int use_whole_blk, uint32_t *y_accum, uint16_t *y_count, in vp9_apply_temporal_filter_luma() 541 const int *blk_fw) { in vp9_apply_temporal_filter_chroma_8() 680 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in vp9_apply_temporal_filter_chroma() 800 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_apply_temporal_filter_sse4_1()
|
H A D | highbd_temporal_filter_sse4.c | 358 const int *blk_fw, int use_whole_blk, uint32_t *y_accum, uint16_t *y_count, in vp9_highbd_apply_temporal_filter_luma() 476 int top_weight, int bottom_weight, const int *blk_fw) { in vp9_highbd_apply_temporal_filter_chroma_8() 691 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in vp9_highbd_apply_temporal_filter_chroma() 818 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_highbd_apply_temporal_filter_sse4_1()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_temporal_filter.c | 441 const int *const blk_fw, int use_32x32) { in get_filter_weight() 467 int ss_x, int ss_y, int strength, const int *const blk_fw, int use_32x32, in vp9_apply_temporal_filter_c() 609 int ss_x, int ss_y, int strength, const int *const blk_fw, int use_32x32, in vp9_highbd_apply_temporal_filter_c() 942 int blk_fw[4] = { 0, 0, 0, 0 }; in vp9_temporal_filter_iterate_row_c() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | yuv_temporal_filter_test.cc | 48 const int *const blk_fw, int use_32x32) { in GetFilterWeight() 122 int strength, const int *const blk_fw, int use_32x32, in ApplyReferenceFilter()
|