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

  /external/libvpx/libvpx/vp8/common/
blockd.h 275 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */ member in struct:macroblockd
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 271 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */ member in struct:macroblockd
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 62 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; member in struct:__anon30248
vp9_ratectrl.c 127 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas);
149 vp9_copy(cm->lf.last_mode_deltas, cc->last_mode_lf_deltas);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 65 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; member in struct:__anon16601
vp9_encoder.c 444 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas);
471 vp9_copy(cm->lf.last_mode_deltas, cc->last_mode_lf_deltas);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c     [all...]
onyx_if.c 417 memset(cpi->mb.e_mbd.last_mode_lf_deltas, 0, sizeof(cpi->mb.e_mbd.mode_lf_deltas));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 1299 milliseconds