Home
last modified time | relevance | path

Searched refs:vp9_zero_array (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_common.h43 #define vp9_zero_array(dest, n) memset(dest, 0, (n) * sizeof(*(dest))) macro
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c908 vp9_zero_array(accumulator, BLK_PELS * 3); in vp9_temporal_filter_iterate_row_c()
909 vp9_zero_array(count, BLK_PELS * 3); in vp9_temporal_filter_iterate_row_c()
H A Dvp9_firstpass.c1014 vp9_zero_array(x->plane[0].src_diff, 256); in vp9_first_pass_encode_tile_mb_row()
1465 vp9_zero_array(cpi->twopass.fp_mb_float_stats, cm->MBs); in vp9_first_pass()