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

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 327 memcpy(xd->plane[i].seg_dequant, cm->y_dequant, sizeof(cm->y_dequant));
329 memcpy(xd->plane[i].seg_dequant, cm->uv_dequant, sizeof(cm->uv_dequant));
vp9_blockd.h 124 int16_t seg_dequant[MAX_SEGMENTS][2]; member in struct:macroblockd_plane
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 239 const int16_t *const dequant = pd->seg_dequant[seg_id];

Completed in 58 milliseconds