Home
last modified time | relevance | path

Searched refs:non_zero_count (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Derror_concealment.c289 int non_zero_count = 0; in estimate_mb_mvs() local
315 ++non_zero_count; in estimate_mb_mvs()
321 if (non_zero_count > 0) in estimate_mb_mvs()
323 filtered_mv->col /= non_zero_count; in estimate_mb_mvs()
324 filtered_mv->row /= non_zero_count; in estimate_mb_mvs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.c30 int i, non_zero_count = (int)count, eob = -1; in vp9_quantize_b_c() local
46 non_zero_count--; in vp9_quantize_b_c()
53 for (i = 0; i < non_zero_count; i++) { in vp9_quantize_b_c()