OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:non_zero_count
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/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
;
Completed in 568 milliseconds