Home
last modified time | relevance | path

Searched refs:seg_dequant (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h359 memcpy(xd->plane[i].seg_dequant, cm->y_dequant, sizeof(cm->y_dequant)); in vp9_init_macroblockd()
361 memcpy(xd->plane[i].seg_dequant, cm->uv_dequant, sizeof(cm->uv_dequant)); in vp9_init_macroblockd()
Dvp9_blockd.h124 int16_t seg_dequant[MAX_SEGMENTS][2]; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c239 const int16_t *const dequant = pd->seg_dequant[seg_id]; in vp9_decode_block_tokens()