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

/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c217 if (cpi->consec_zero_last_mvbias[map_index+mb_col] < 255)
218 cpi->consec_zero_last_mvbias[map_index+mb_col] += 1;
221 cpi->consec_zero_last_mvbias[map_index+mb_col] = 0;
224 cpi->consec_zero_last_mvbias[map_index+mb_col] = 0;
H A Dencodeframe.c537 if (cpi->consec_zero_last_mvbias[map_index+mb_col] < 255)
538 cpi->consec_zero_last_mvbias[map_index+mb_col] += 1;
541 cpi->consec_zero_last_mvbias[map_index+mb_col] = 0;
544 cpi->consec_zero_last_mvbias[map_index+mb_col] = 0;
H A Donyx_int.h518 unsigned char *consec_zero_last_mvbias; member in struct:VP8_COMP
H A Donyx_if.c1976 CHECK_MEM_ERROR(cpi->consec_zero_last_mvbias,
2499 vpx_free(cpi->consec_zero_last_mvbias);
3819 memset(cpi->consec_zero_last_mvbias, 0,
4354 memset(cpi->consec_zero_last_mvbias, 0,
H A Dpickinter.c110 cpi->consec_zero_last_mvbias[index] > num_frames &&

Completed in 58 milliseconds