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.c206 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) { in thread_encoding_proc()
207 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1; in thread_encoding_proc()
211 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0; in thread_encoding_proc()
214 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0; in thread_encoding_proc()
Dencodeframe.c484 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) { in encode_mb_row()
485 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1; in encode_mb_row()
489 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0; in encode_mb_row()
492 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0; in encode_mb_row()
Donyx_int.h500 unsigned char *consec_zero_last_mvbias; member
Dpickinter.c79 cpi->consec_zero_last_mvbias[index] > num_frames && in check_dot_artifact_candidate()
1231 cpi->consec_zero_last_mvbias[block_index]); in vp8_pick_inter_mode()
Donyx_if.c1887 CHECK_MEM_ERROR(cpi->consec_zero_last_mvbias, in vp8_create_compressor()
2271 vpx_free(cpi->consec_zero_last_mvbias); in vp8_remove_compressor()
3421 memset(cpi->consec_zero_last_mvbias, 0, in encode_frame_to_data_rate()
3915 memset(cpi->consec_zero_last_mvbias, 0, in encode_frame_to_data_rate()