Home
last modified time | relevance | path

Searched refs:consec_zero_last (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c215 if (cpi->consec_zero_last[map_index+mb_col] < 255) in thread_encoding_proc()
216 cpi->consec_zero_last[map_index+mb_col] += 1; in thread_encoding_proc()
220 cpi->consec_zero_last[map_index+mb_col] = 0; in thread_encoding_proc()
Dencodeframe.c535 if (cpi->consec_zero_last[map_index+mb_col] < 255) in encode_mb_row()
536 cpi->consec_zero_last[map_index+mb_col] += 1; in encode_mb_row()
540 cpi->consec_zero_last[map_index+mb_col] = 0; in encode_mb_row()
Donyx_int.h515 unsigned char *consec_zero_last; member
Donyx_if.c613 seg_map[i] = (cpi->consec_zero_last[i] > in cyclic_background_refresh()
1950 CHECK_MEM_ERROR(cpi->consec_zero_last, in vp8_create_compressor()
2474 vpx_free(cpi->consec_zero_last); in vp8_remove_compressor()
3344 if (cpi->consec_zero_last[index] >= min_consec_zero_last) { in measure_square_diff_partial()
3408 if (cpi->consec_zero_last[index] >= min_consec_zero_last) { in process_denoiser_mode_change()
3796 memset(cpi->consec_zero_last, 0, cm->mb_rows * cm->mb_cols); in encode_frame_to_data_rate()
4331 memset(cpi->consec_zero_last, 0, cm->mb_rows * cm->mb_cols); in encode_frame_to_data_rate()
Dpickinter.c1428 cpi->consec_zero_last[block_index] >= 20 && in vp8_pick_inter_mode()