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

  /external/libaom/libaom/av1/common/
alloccommon.c 202 aom_free(cm->above_txfm_context[tile_row]);
203 cm->above_txfm_context[tile_row] = NULL;
212 aom_free(cm->above_txfm_context);
213 cm->above_txfm_context = NULL;
251 cm->above_txfm_context = (TXFM_CONTEXT **)aom_calloc(
252 num_alloc_above_contexts, sizeof(cm->above_txfm_context));
253 if (!cm->above_txfm_context) return 1;
266 cm->above_txfm_context[tile_row] = (TXFM_CONTEXT *)aom_calloc(
267 aligned_mi_cols, sizeof(*cm->above_txfm_context[tile_row]));
268 if (!cm->above_txfm_context[tile_row]) return 1
    [all...]
onyxc_int.h 519 TXFM_CONTEXT **above_txfm_context; member in struct:AV1Common
755 xd->above_txfm_context = cm->above_txfm_context[tile_row];
    [all...]
pred_common.h 339 int above = xd->above_txfm_context[0] >= max_tx_wide;
blockd.h 528 TXFM_CONTEXT *above_txfm_context;
    [all...]
  /external/libaom/libaom/av1/encoder/
encodeframe.c 222 xd->above_txfm_context = cm->above_txfm_context[tile->tile_row] + mi_col;
    [all...]
bitstream.c 155 txfm_partition_update(xd->above_txfm_context + blk_col,
160 const int ctx = txfm_partition_context(xd->above_txfm_context + blk_col,
170 txfm_partition_update(xd->above_txfm_context + blk_col,
181 txfm_partition_update(xd->above_txfm_context + blk_col,
    [all...]
rdopt.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 779 xd->above_txfm_context = cm->above_txfm_context[xd->tile.tile_row] + mi_col;
    [all...]
decodeframe.c     [all...]

Completed in 2259 milliseconds