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

  /external/chromium_org/third_party/libvpx/source/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
  /external/libvpx/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/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
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 62 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; member in struct:__anon17791
vp9_encoder.c 256 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas);
285 vp9_copy(cm->lf.last_mode_deltas, cc->last_mode_lf_deltas);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 62 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; member in struct:__anon29562
vp9_onyx_if.c 221 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas);
243 vp9_copy(cm->lf.last_mode_deltas, cc->last_mode_lf_deltas);
    [all...]
  /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:__anon40743
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/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c     [all...]
onyx_if.c 433 vpx_memset(cpi->mb.e_mbd.last_mode_lf_deltas, 0, sizeof(cpi->mb.e_mbd.mode_lf_deltas));
    [all...]
  /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...]
  /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 115 milliseconds