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

  /external/libvpx/libvpx/vp8/common/
blockd.h 267 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */ member in struct:macroblockd
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 88 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas);
110 vp9_copy(cm->lf.last_mode_deltas, cc->last_mode_lf_deltas);
vp9_onyx_int.h 71 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; member in struct:__anon21307
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c     [all...]
onyx_if.c 430 vpx_memset(cpi->mb.e_mbd.last_mode_lf_deltas, 0, sizeof(cpi->mb.e_mbd.mode_lf_deltas));
    [all...]

Completed in 27 milliseconds