Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c240 cpi->cyclic_refresh_map[map_index + mb_col] = -1; in thread_encoding_proc()
243 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1) { in thread_encoding_proc()
244 cpi->cyclic_refresh_map[map_index + mb_col] = 0; in thread_encoding_proc()
247 cpi->cyclic_refresh_map[map_index + mb_col] = 1; in thread_encoding_proc()
Dencodeframe.c515 cpi->cyclic_refresh_map[map_index + mb_col] = -1; in encode_mb_row()
518 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1) { in encode_mb_row()
519 cpi->cyclic_refresh_map[map_index + mb_col] = 0; in encode_mb_row()
522 cpi->cyclic_refresh_map[map_index + mb_col] = 1; in encode_mb_row()
Donyx_int.h495 signed char *cyclic_refresh_map; member
Donyx_if.c544 if (cpi->cyclic_refresh_map[i] == 0) { in cyclic_background_refresh()
547 } else if (cpi->cyclic_refresh_map[i] < 0) { in cyclic_background_refresh()
548 cpi->cyclic_refresh_map[i]++; in cyclic_background_refresh()
1876 CHECK_MEM_ERROR(cpi->cyclic_refresh_map, in vp8_create_compressor()
1879 cpi->cyclic_refresh_map = (signed char *)NULL; in vp8_create_compressor()
2269 vpx_free(cpi->cyclic_refresh_map); in vp8_remove_compressor()