HomeSort by relevance Sort by last modified time
    Searched full:filter_weight (Results 1 - 25 of 26) sorted by null

1 2

  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 20 ; int filter_weight, | 5
36 %define filter_weight 32
64 movd xmm0, arg(5) ; filter_weight
67 movdqa [rsp + filter_weight], xmm0
126 ; modifier *= filter_weight
127 pmullw xmm2, [rsp + filter_weight]
128 pmullw xmm3, [rsp + filter_weight]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 21 ; int filter_weight, | 6
38 %define filter_weight 48
68 movd xmm0, arg(6) ; filter_weight
71 movdqa [rsp + filter_weight], xmm0
131 ; modifier *= filter_weight
132 pmullw xmm2, [rsp + filter_weight]
133 pmullw xmm3, [rsp + filter_weight]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 20 ; int filter_weight, | 5
36 %define filter_weight 32
64 movd xmm0, arg(5) ; filter_weight
67 movdqa [rsp + filter_weight], xmm0
126 ; modifier *= filter_weight
127 pmullw xmm2, [rsp + filter_weight]
128 pmullw xmm3, [rsp + filter_weight]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 20 ; int filter_weight, | 5
36 %define filter_weight 32
64 movd xmm0, arg(5) ; filter_weight
67 movdqa [rsp + filter_weight], xmm0
126 ; modifier *= filter_weight
127 pmullw xmm2, [rsp + filter_weight]
128 pmullw xmm3, [rsp + filter_weight]
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 128 int filter_weight,
154 modifier *= filter_weight;
173 int filter_weight,
201 modifier *= filter_weight;
282 unsigned int filter_weight; local
354 filter_weight = 2;
365 filter_weight = err < thresh_low
369 if (filter_weight != 0) {
389 filter_weight,
395 filter_weight, accumulator + 256
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 93 int filter_weight,
125 modifier *= filter_weight;
236 unsigned int filter_weight; local
296 filter_weight = 2;
316 filter_weight = err<THRESH_LOW
320 if (filter_weight != 0)
340 filter_weight,
350 filter_weight,
360 filter_weight,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 93 int filter_weight,
124 modifier *= filter_weight;
233 unsigned int filter_weight; local
293 filter_weight = 2;
313 filter_weight = err<THRESH_LOW
317 if (filter_weight != 0)
337 filter_weight,
347 filter_weight,
357 filter_weight,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 88 int filter_weight,
113 modifier *= filter_weight;
198 unsigned int filter_weight; local
260 filter_weight = 2;
277 filter_weight = err < THRESH_LOW
281 if (filter_weight != 0) {
297 predictor, 16, strength, filter_weight,
302 filter_weight, accumulator + 256,
307 filter_weight, accumulator + 512,
  /external/libvpx/libvpx/vpx_dsp/
variance.h 23 #define FILTER_WEIGHT 128
variance.c 105 // taps should sum to FILTER_WEIGHT. pixel_step defines whether the filter is
135 // filter taps should sum to FILTER_WEIGHT. pixel_step defines whether the
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 255 int32_t strength, int32_t filter_weight,
261 filter_weight, accumulator, count);
266 filter_weight, accumulator, count);
292 modifier *= filter_weight;
  /external/libvpx/config/x86/
vp9_rtcd.h 122 void 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);
123 void vp9_temporal_filter_apply_sse2(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);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 125 void 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);
126 void vp9_temporal_filter_apply_sse2(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);
  /external/libvpx/config/arm/
vp9_rtcd.h 101 void 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);
  /external/libvpx/config/generic/
vp9_rtcd.h 101 void 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);
  /external/libvpx/config/mips32/
vp9_rtcd.h 101 void 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);
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 104 void 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);
  /external/libvpx/config/mips64/
vp9_rtcd.h 101 void 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);
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 109 void 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);
  /external/libvpx/config/arm64/
vp9_rtcd.h 109 void 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);
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 320 add_proto qw/void vp9_temporal_filter_apply/, "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";
346 add_proto qw/void vp9_highbd_temporal_filter_apply/, "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";
  /external/libpng/contrib/tools/
genpng.c 265 #define FILTER_WEIGHT 9 /* Twice the first sum below */
336 return alpha / (FILTER_WEIGHT*FILTER_WEIGHT);
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 305 add_proto qw/void vp8_temporal_filter_apply/, "unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 521 add_proto qw/void vp8_temporal_filter_apply/, "unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count";

Completed in 292 milliseconds

1 2