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.c217 if (cpi->consec_zero_last_mvbias[map_index+mb_col] < 255) in thread_encoding_proc()
218 cpi->consec_zero_last_mvbias[map_index+mb_col] += 1; in thread_encoding_proc()
221 cpi->consec_zero_last_mvbias[map_index+mb_col] = 0; in thread_encoding_proc()
224 cpi->consec_zero_last_mvbias[map_index+mb_col] = 0; in thread_encoding_proc()
Dencodeframe.c537 if (cpi->consec_zero_last_mvbias[map_index+mb_col] < 255) in encode_mb_row()
538 cpi->consec_zero_last_mvbias[map_index+mb_col] += 1; in encode_mb_row()
541 cpi->consec_zero_last_mvbias[map_index+mb_col] = 0; in encode_mb_row()
544 cpi->consec_zero_last_mvbias[map_index+mb_col] = 0; in encode_mb_row()
Donyx_int.h518 unsigned char *consec_zero_last_mvbias; member
Donyx_if.c1952 CHECK_MEM_ERROR(cpi->consec_zero_last_mvbias, in vp8_create_compressor()
2475 vpx_free(cpi->consec_zero_last_mvbias); in vp8_remove_compressor()
3797 memset(cpi->consec_zero_last_mvbias, 0, in encode_frame_to_data_rate()
4332 memset(cpi->consec_zero_last_mvbias, 0, in encode_frame_to_data_rate()
Dpickinter.c112 cpi->consec_zero_last_mvbias[index] > num_frames && in check_dot_artifact_candidate()