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