Home
last modified time | relevance | path

Searched defs:blk_fw (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp9/encoder/arm/neon/
Dvp9_temporal_filter_neon.c255 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()
Dvp9_highbd_temporal_filter_neon.c332 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()
/external/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c279 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()
Dhighbd_temporal_filter_sse4.c358 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()
/external/libvpx/vp9/encoder/
Dvp9_temporal_filter.c239 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/libvpx/test/
Dyuv_temporal_filter_test.cc47 const int *const blk_fw, int use_32x32) { in GetFilterWeight()
121 int strength, const int *const blk_fw, int use_32x32, in ApplyReferenceFilter()