Searched refs:arf_not_zz (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c312 int *arf_not_zz; local
314 CHECK_MEM_ERROR(cm, arf_not_zz,
315 vpx_calloc(cm->mb_rows * cm->mb_cols * sizeof(*arf_not_zz),
339 arf_not_zz[offset + mb_col]++;
345 // arf_not_zz is indexed by MB, but this loop is indexed by MI to avoid out
351 if (arf_not_zz[mi_row / 2 * cm->mb_cols + mi_col / 2]) {
381 vpx_free(arf_not_zz);

Completed in 801 milliseconds