Searched defs:left_ctx (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_pred_common.c358 int left_ctx = (has_left && !left_mbmi->skip) ? (int)left_mbmi->tx_size local
361 left_ctx = above_ctx;
364 above_ctx = left_ctx;
366 return (above_ctx + left_ctx) > max_tx_size;

Completed in 38 milliseconds