HomeSort by relevance Sort by last modified time
    Searched refs:intra_error (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.h 20 double intra_error; member in struct:__anon16805
vp9_mbgraph.c 179 int intra_error; local
190 intra_error = find_best_16x16_intra(cpi,
192 if (intra_error <= 0)
193 intra_error = 1;
194 stats->ref[INTRA_FRAME].err = intra_error;
vp9_firstpass.c 142 stats->intra_error,
167 section->intra_error = 0.0;
192 section->intra_error += frame->intra_error;
215 section->intra_error -= frame->intra_error;
239 section->intra_error /= section->count;
489 int64_t intra_error = 0; local
630 intra_error += (int64_t)this_error;
805 fps.intra_error = (double)(intra_error >> 8)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 20 double intra_error; member in struct:__anon28747
vp9_mbgraph.c 183 int intra_error; local
194 intra_error = find_best_16x16_intra(cpi,
196 if (intra_error <= 0)
197 intra_error = 1;
198 stats->ref[INTRA_FRAME].err = intra_error;
vp9_firstpass.c 141 stats->intra_error,
166 section->intra_error = 0.0;
191 section->intra_error += frame->intra_error;
214 section->intra_error -= frame->intra_error;
238 section->intra_error /= section->count;
490 int64_t intra_error = 0; local
622 intra_error += (int64_t)this_error;
795 fps.intra_error = (double)(intra_error >> 8)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.h 20 double intra_error; member in struct:__anon39835
vp9_mbgraph.c 183 int intra_error; local
194 intra_error = find_best_16x16_intra(cpi,
196 if (intra_error <= 0)
197 intra_error = 1;
198 stats->ref[INTRA_FRAME].err = intra_error;
vp9_firstpass.c 139 stats->intra_error,
164 section->intra_error = 0.0;
189 section->intra_error += frame->intra_error;
212 section->intra_error -= frame->intra_error;
236 section->intra_error /= section->count;
489 int64_t intra_error = 0; local
621 intra_error += (int64_t)this_error;
794 fps.intra_error = (double)(intra_error >> 8)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 151 stats->intra_error,
176 section->intra_error = 0.0;
198 section->intra_error += frame->intra_error;
220 section->intra_error -= frame->intra_error;
244 section->intra_error /= section->count;
520 int64_t intra_error = 0; local
627 intra_error += (int64_t)this_error;
802 fps.intra_error = (double)(intra_error >> 8)
    [all...]
block.h 144 int64_t intra_error; member in struct:macroblock
encodeframe.c 679 x->intra_error = 0;
894 cpi->mb.intra_error += cpi->mb_row_ei[i].mb.intra_error;
1214 int intra_error = 0; local
    [all...]
onyx_int.h 101 double intra_error; member in struct:__anon16727
ethreading.c 491 mb->intra_error = 0;
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 151 stats->intra_error,
176 section->intra_error = 0.0;
198 section->intra_error += frame->intra_error;
220 section->intra_error -= frame->intra_error;
244 section->intra_error /= section->count;
520 int64_t intra_error = 0; local
627 intra_error += (int64_t)this_error;
802 fps.intra_error = (double)(intra_error >> 8)
    [all...]
block.h 143 int64_t intra_error; member in struct:macroblock
encodeframe.c 679 x->intra_error = 0;
894 cpi->mb.intra_error += cpi->mb_row_ei[i].mb.intra_error;
1214 int intra_error = 0; local
    [all...]
onyx_int.h 104 double intra_error; member in struct:__anon28678
ethreading.c 491 mb->intra_error = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 151 stats->intra_error,
176 section->intra_error = 0.0;
198 section->intra_error += frame->intra_error;
220 section->intra_error -= frame->intra_error;
244 section->intra_error /= section->count;
520 int64_t intra_error = 0; local
627 intra_error += (int64_t)this_error;
802 fps.intra_error = (double)(intra_error >> 8)
    [all...]
block.h 143 int64_t intra_error; member in struct:macroblock
encodeframe.c 680 x->intra_error = 0;
895 cpi->mb.intra_error += cpi->mb_row_ei[i].mb.intra_error;
1215 int intra_error = 0; local
    [all...]
onyx_int.h 104 double intra_error; member in struct:__anon39768
ethreading.c 491 mb->intra_error = 0;

Completed in 385 milliseconds

1 2