HomeSort by relevance Sort by last modified time
    Searched refs:consec_zero_last_mvbias (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 206 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) {
207 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1;
211 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0;
214 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0;
encodeframe.c 484 if (cpi->consec_zero_last_mvbias[map_index + mb_col] < 255) {
485 cpi->consec_zero_last_mvbias[map_index + mb_col] += 1;
489 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0;
492 cpi->consec_zero_last_mvbias[map_index + mb_col] = 0;
    [all...]
onyx_int.h 500 unsigned char *consec_zero_last_mvbias; member in struct:VP8_COMP
pickinter.c 79 cpi->consec_zero_last_mvbias[index] > num_frames &&
    [all...]
onyx_if.c     [all...]

Completed in 600 milliseconds