HomeSort by relevance Sort by last modified time
    Searched refs:VP8_FILTER_SHIFT (Results 1 - 8 of 8) sorted by null

  /external/libvpx/vp8/common/
filter.h 17 #define VP8_FILTER_SHIFT 7
filter.c 68 Temp = Temp >> VP8_FILTER_SHIFT;
114 Temp = Temp >> VP8_FILTER_SHIFT;
290 (VP8_FILTER_WEIGHT / 2)) >> VP8_FILTER_SHIFT;
343 dst_ptr[j] = (unsigned int)(Temp >> VP8_FILTER_SHIFT);
  /external/libvpx/vp8/common/x86/
subpixel_ssse3.asm 16 %define VP8_FILTER_SHIFT 7
989 psraw xmm3, VP8_FILTER_SHIFT ; xmm3 /= 128
992 psraw xmm4, VP8_FILTER_SHIFT ; xmm4 /= 128
1013 psraw xmm6, VP8_FILTER_SHIFT ; xmm6 /= 128
1016 psraw xmm4, VP8_FILTER_SHIFT ; xmm4 /= 128
1028 psraw xmm5, VP8_FILTER_SHIFT ; xmm5 /= 128
1031 psraw xmm7, VP8_FILTER_SHIFT ; xmm7 /= 128
1090 psraw xmm4, VP8_FILTER_SHIFT
1091 psraw xmm2, VP8_FILTER_SHIFT
1099 psraw xmm3, VP8_FILTER_SHIFT
    [all...]
subpixel_mmx.asm 17 %define VP8_FILTER_SHIFT 7
88 psraw mm3, VP8_FILTER_SHIFT ; mm3 /= 128
184 psraw mm3, VP8_FILTER_SHIFT ; mm3 /= 128
276 psraw mm3, VP8_FILTER_SHIFT ; xmm3 /= 128
279 psraw mm4, VP8_FILTER_SHIFT ;
317 psraw mm3, VP8_FILTER_SHIFT ; xmm3 /= 128
320 psraw mm4, VP8_FILTER_SHIFT ;
334 psraw mm3, VP8_FILTER_SHIFT ; xmm3 /= 128
337 psraw mm4, VP8_FILTER_SHIFT ;
431 psraw mm3, VP8_FILTER_SHIFT ; xmm3 /= 12
    [all...]
subpixel_sse2.asm 16 %define VP8_FILTER_SHIFT 7
    [all...]
postproc_mmx.asm 15 %define VP8_FILTER_SHIFT 7
132 psraw mm3, VP8_FILTER_SHIFT ; mm3 /= 128
228 psraw mm3, VP8_FILTER_SHIFT ; mm3 /= 128
postproc_mmx.c 18 #define VP8_FILTER_SHIFT 7
208 psraw mm3, VP8_FILTER_SHIFT ;
359 psraw mm3, VP8_FILTER_SHIFT ;
    [all...]
  /external/libvpx/vp8/encoder/
variance_c.c 245 (VP8_FILTER_WEIGHT / 2)) >> VP8_FILTER_SHIFT;
305 output_ptr[j] = (unsigned int)(Temp >> VP8_FILTER_SHIFT);

Completed in 527 milliseconds