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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dethreading.c233 cpi->cyclic_refresh_map[map_index + mb_col] = -1;
236 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1)
237 cpi->cyclic_refresh_map[map_index + mb_col] = 0;
240 cpi->cyclic_refresh_map[map_index + mb_col] = 1;
H A Dencodeframe.c547 cpi->cyclic_refresh_map[map_index+mb_col] = -1;
550 if (cpi->cyclic_refresh_map[map_index+mb_col] == 1)
551 cpi->cyclic_refresh_map[map_index+mb_col] = 0;
554 cpi->cyclic_refresh_map[map_index+mb_col] = 1;
H A Donyx_int.h516 signed char *cyclic_refresh_map; member in struct:VP8_COMP
H A Donyx_if.c597 if (cpi->cyclic_refresh_map[i] == 0)
602 else if (cpi->cyclic_refresh_map[i] < 0)
603 cpi->cyclic_refresh_map[i]++;
1881 CHECK_MEM_ERROR(cpi->cyclic_refresh_map, vpx_calloc((cpi->common.mb_rows * cpi->common.mb_cols), 1));
1884 cpi->cyclic_refresh_map = (signed char *) NULL;
2402 vpx_free(cpi->cyclic_refresh_map);

Completed in 122 milliseconds