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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c 30 int i, non_zero_count = (int)count, eob = -1; local
46 non_zero_count--;
53 for (i = 0; i < non_zero_count; i++) {
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 287 int non_zero_count = 0; local
313 ++non_zero_count;
319 if (non_zero_count > 0)
321 filtered_mv->col /= non_zero_count;
322 filtered_mv->row /= non_zero_count;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
error_concealment.c 289 int non_zero_count = 0; local
315 ++non_zero_count;
321 if (non_zero_count > 0)
323 filtered_mv->col /= non_zero_count;
324 filtered_mv->row /= non_zero_count;
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 157 int i, non_zero_count = (int)count, eob = -1; local
174 non_zero_count--;
181 for (i = 0; i < non_zero_count; i++) {

Completed in 180 milliseconds