HomeSort by relevance Sort by last modified time
    Searched full:distortion (Results 1 - 18 of 18) sorted by null

  /external/libvpx/vp8/encoder/
rdopt.h 15 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *rate, int *rate_to, int *distortion);
17 int vp8_rd_pick_intra_mbuv_mode(VP8_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_to, int *distortion);
pickinter.h 18 extern int vp8_pick_intra4x4mby_modes(const VP8_ENCODER_RTCD *, MACROBLOCK *mb, int *Rate, int *Distortion);
rdopt.c 662 int distortion; local
691 distortion = ENCODEMB_INVOKE(IF_RTCD(&cpi->rtcd.encodemb), berr)(be->coeff, b->dqcoeff) >> 2;
693 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
699 *bestdistortion = distortion;
713 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *Rate, int *rate_y, int *Distortion)
718 int distortion = 0; local
747 distortion += d;
754 *Distortion = distortion;
756 return RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
765 unsigned int distortion; local
785 VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16var)(x->src.y_buffer, x->src.y_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride, &distortion, &dummy); local
863 int distortion; local
1019 unsigned int distortion = 0; local
1205 int distortion; local
1406 int distortion; local
    [all...]
pickinter.c 134 int distortion = 0; local
142 distortion += diff * diff;
149 return distortion;
180 int distortion; local
200 distortion = get_prediction_error(be, b, &rtcd->variance);
201 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate, distortion);
206 *bestdistortion = distortion;
224 int distortion = 0; local
252 distortion += d;
257 if (distortion > *best_dist
    [all...]
encodeframe.c 655 // 2 Pass - Possibly set Rdmult based on last frame distortion + this frame target bits or other metrics
1171 int distortion; local
    [all...]
mcomp.c 191 #define ERR(r,c) (MVC(r,c)+DIST(r,c)) // returns distortion + motion vector cost
758 #define ERR(r,c,v) (MVC(r,c)+DIST(r,c,v)) // returns distortion + motion vector cost
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
NonLinComp_D16.c 39 /* distortion introduced. The amount of compression is signal dependent and the values */
90 * harmonic distortion. The amount of compression is control by the
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
quantize.c 322 * description: quantizes and requantizes lines to calculate distortion
324 * output: distortion
sf_estim.c 159 /* calc real distortion */
652 /* quantize and calc sum of new distortion */
  /external/libvpx/examples/includes/geshi/geshi/
dot.php 52 'dir', 'distortion', 'fillcolor', 'fixedsize', 'fontcolor',
  /external/freetype/src/autofit/
aflatin2.c     [all...]
aflatin.c     [all...]
afcjk.c     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 95 * signal exceeds 16 bits, overflow distortion will occur. The default
  /external/freetype/src/pshinter/
pshalgo.c 786 * for A) or B), so it involves less distortion of the overall
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 1484 /* For now, punt and hope the rate distortion isn't great.
    [all...]
  /external/bluetooth/glib/
configure.in 373 dnl We do this before the gettext checks, to avoid distortion
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 316 milliseconds