HomeSort by relevance Sort by last modified time
    Searched defs:DIST (Results 1 - 4 of 4) sorted by null

  /external/libvpx/
docs.mk 52 DIST-DOCS-yes = $(wildcard docs/html/*)
53 DIST-DOCS-$(CONFIG_CODEC_SRCS) += $(addprefix src/,$(CODEC_DOX))
54 DIST-DOCS-$(CONFIG_CODEC_SRCS) += src/libs.doxy_template
55 DIST-DOCS-yes += CHANGELOG
56 DIST-DOCS-yes += README
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 41 DIST, /* i: waiting for distance code */
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/libvpx/vp8/encoder/
mcomp.c 189 #define DIST(r,c) vfp->svf( PRE(r,c), d->pre_stride, SP(c),SP(r), z,b->src_stride,&sse) // returns subpixel variance error function.
191 #define ERR(r,c) (MVC(r,c)+DIST(r,c)) // returns distortion + motion vector cost
307 #undef DIST
758 #define DIST(r,c,v) vfp->sdf( src,src_stride,PRE(r,c),d->pre_stride, v) // returns sad error score.
759 #define ERR(r,c,v) (MVC(r,c)+DIST(r,c,v)) // returns distortion + motion vector cost
902 #undef DIST
    [all...]

Completed in 195 milliseconds