Home
last modified time | relevance | path

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

/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.c357 const int *blk_fw, int use_whole_blk, uint32_t *y_accum, uint16_t *y_count, in vp9_highbd_apply_temporal_filter_luma()
475 int top_weight, int bottom_weight, const int *blk_fw) { in vp9_highbd_apply_temporal_filter_chroma_8()
690 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in vp9_highbd_apply_temporal_filter_chroma()
817 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()