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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 53 int64_t coded_error; member in struct:__anon26229
79 double coded_error; member in struct:__anon26230
vp9_firstpass.c 111 stats->frame, stats->weight, stats->intra_error, stats->coded_error,
139 section->coded_error = 0.0;
170 section->coded_error += frame->coded_error;
199 section->coded_error -= frame->coded_error;
246 return (twopass->total_stats.coded_error * av_weight) /
258 av_err * pow(this_frame->coded_error * this_frame->weight /
279 av_err * pow(this_frame->coded_error * this_frame->weight /
747 fps->coded_error
2092 double coded_error = 0.0; local
    [all...]
vp9_ethread.c 234 tile_data->fp_data.coded_error += tile_data_t->fp_data.coded_error;
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 137 stats->frame, stats->intra_error, stats->coded_error,
151 section->coded_error = 0.0;
172 section->coded_error += frame->coded_error;
193 section->coded_error -= frame->coded_error;
215 section->coded_error /= section->count;
485 int64_t coded_error = 0; local
726 coded_error += (int64_t)this_error;
756 fps.coded_error = (double)(coded_error >> 8)
    [all...]
onyx_int.h 95 double coded_error; member in struct:__anon26149
onyx_if.c     [all...]

Completed in 145 milliseconds