Home
last modified time | relevance | path

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

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