Searched refs:cyclic_refresh_map (Results 1 – 4 of 4) sorted by relevance
250 cpi->cyclic_refresh_map[map_index + mb_col] = -1; in thread_encoding_proc()253 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1) in thread_encoding_proc()254 cpi->cyclic_refresh_map[map_index + mb_col] = 0; in thread_encoding_proc()257 cpi->cyclic_refresh_map[map_index + mb_col] = 1; in thread_encoding_proc()
567 cpi->cyclic_refresh_map[map_index+mb_col] = -1; in encode_mb_row()570 if (cpi->cyclic_refresh_map[map_index+mb_col] == 1) in encode_mb_row()571 cpi->cyclic_refresh_map[map_index+mb_col] = 0; in encode_mb_row()574 cpi->cyclic_refresh_map[map_index+mb_col] = 1; in encode_mb_row()
513 signed char *cyclic_refresh_map; member
580 if (cpi->cyclic_refresh_map[i] == 0) in cyclic_background_refresh()585 else if (cpi->cyclic_refresh_map[i] < 0) in cyclic_background_refresh()586 cpi->cyclic_refresh_map[i]++; in cyclic_background_refresh()1945 …CHECK_MEM_ERROR(cpi->cyclic_refresh_map, vpx_calloc((cpi->common.mb_rows * cpi->common.mb_cols), 1… in vp8_create_compressor()1948 cpi->cyclic_refresh_map = (signed char *) NULL; in vp8_create_compressor()2473 vpx_free(cpi->cyclic_refresh_map); in vp8_remove_compressor()