HomeSort by relevance Sort by last modified time
    Searched full:above_uv (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 33 uint16_t above_uv[TX_SIZES]; member in struct:__anon21278
522 uint16_t *above_uv = &lfm->above_uv[tx_size_uv]; local
552 *above_uv |= above_prediction_mask_uv[block_size] << shift_uv;
567 *above_uv |= (size_mask_uv[block_size] &
783 lfm->above_uv[TX_16X16] |= lfm->above_uv[TX_32X32];
794 lfm->above_uv[TX_8X8] |= lfm->above_uv[TX_4X4] & above_border_uv;
795 lfm->above_uv[TX_4X4] &= ~above_border_uv
    [all...]

Completed in 76 milliseconds