Searched refs:seg_dequant (Results 1 – 3 of 3) sorted by relevance
357 memcpy(xd->plane[i].seg_dequant, cm->y_dequant, sizeof(cm->y_dequant)); in vp9_init_macroblockd()359 memcpy(xd->plane[i].seg_dequant, cm->uv_dequant, sizeof(cm->uv_dequant)); in vp9_init_macroblockd()
126 int16_t seg_dequant[MAX_SEGMENTS][2]; member
280 const int16_t *const dequant = pd->seg_dequant[seg_id]; in vp9_decode_block_tokens()