Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c207 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) { in thread_encoding_proc()
208 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1; in thread_encoding_proc()
212 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0; in thread_encoding_proc()
215 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0; in thread_encoding_proc()
Dencodeframe.c489 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) { in encode_mb_row()
490 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1; in encode_mb_row()
494 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0; in encode_mb_row()
497 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0; in encode_mb_row()
Donyx_int.h494 unsigned char *consec_zero_last_mvbias; member
Dpickinter.c151 cpi->consec_zero_last_mvbias[index] > num_frames && in check_dot_artifact_candidate()
1319 cpi->consec_zero_last_mvbias[block_index]); in vp8_pick_inter_mode()
Donyx_if.c1862 CHECK_MEM_ERROR(cpi->consec_zero_last_mvbias, in vp8_create_compressor()
2289 vpx_free(cpi->consec_zero_last_mvbias); in vp8_remove_compressor()
3465 memset(cpi->consec_zero_last_mvbias, 0, in encode_frame_to_data_rate()
3957 memset(cpi->consec_zero_last_mvbias, 0, in encode_frame_to_data_rate()