Searched refs:left_entropy_context (Results 1 – 7 of 7) sorted by relevance
34 ENTROPY_CONTEXT *const l = pd->left_entropy_context + loff; in av1_set_entropy_contexts()69 memset(pd->left_entropy_context, 0, sizeof(ENTROPY_CONTEXT) * txs_high); in av1_reset_entropy_context()
1327 pd->left_entropy_context = in set_entropy_context()1328 &xd->left_entropy_context[i][left_idx >> pd->subsampling_y]; in set_entropy_context()1622 av1_zero(xd->left_entropy_context); in av1_zero_left_context()
471 ENTROPY_CONTEXT *left_entropy_context; member710 ENTROPY_CONTEXT left_entropy_context[MAX_MB_PLANE][MAX_MIB_SIZE]; member
343 pd->left_entropy_context + row, &txb_ctx); in av1_read_coeffs_txb()
596 pd->left_entropy_context + blk_row, &txb_ctx);758 pd->left_entropy_context + blk_row, &txb_ctx);
548 memcpy(xd->left_entropy_context[p] + (tx_row >> xd->plane[p].subsampling_y), in av1_restore_context()582 xd->left_entropy_context[p] + (tx_row >> xd->plane[p].subsampling_y), in av1_save_context()
1087 const ENTROPY_CONTEXT *const left = pd->left_entropy_context; in get_entropy_contexts_plane()