Searched defs:filter_weight (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c93 int filter_weight,
125 modifier *= filter_weight;
234 unsigned int filter_weight; local
294 filter_weight = 2;
314 filter_weight = err<THRESH_LOW
318 if (filter_weight != 0)
338 filter_weight,
348 filter_weight,
358 filter_weight,
86 vp8_temporal_filter_apply_c( unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count ) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c98 int filter_weight,
124 modifier *= filter_weight;
198 unsigned int filter_weight; local
257 filter_weight = 2;
268 filter_weight = err < thresh_low
272 if (filter_weight != 0) {
288 strength, filter_weight,
293 filter_weight, accumulator + 256,
298 filter_weight, accumulator + 512,
92 vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count) argument

Completed in 139 milliseconds