Searched refs:vp9_temporal_filter_apply (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl201 add_proto qw/void vp9_temporal_filter_apply/, "const uint8_t *frame1, unsigned int stride, const uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, uint32_t *accumulator, uint16_t *count";
202 specialize qw/vp9_temporal_filter_apply sse4_1/;
/external/libvpx/config/arm/
H A Dvp9_rtcd.h79 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/config/arm-neon/
H A Dvp9_rtcd.h84 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/config/arm64/
H A Dvp9_rtcd.h84 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/config/generic/
H A Dvp9_rtcd.h79 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/config/mips32/
H A Dvp9_rtcd.h79 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp9_rtcd.h82 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/config/mips32-msa/
H A Dvp9_rtcd.h87 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/config/mips64/
H A Dvp9_rtcd.h79 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/config/mips64-msa/
H A Dvp9_rtcd.h87 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c403 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
406 vp9_temporal_filter_apply(f->u_buffer + mb_uv_offset, f->uv_stride,
410 vp9_temporal_filter_apply(f->v_buffer + mb_uv_offset, f->uv_stride,
417 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
420 vp9_temporal_filter_apply(f->u_buffer + mb_uv_offset, f->uv_stride,
424 vp9_temporal_filter_apply(f->v_buffer + mb_uv_offset, f->uv_stride,
/external/libvpx/config/x86/
H A Dvp9_rtcd.h93 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
/external/libvpx/config/x86_64/
H A Dvp9_rtcd.h95 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro

Completed in 217 milliseconds