Home
last modified time | relevance | path

Searched refs:eob_max (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c205 const int eob_max = 16 << (tx_size << 1); in get_tx_eob() local
206 return vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in get_tx_eob()