Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h599 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc() function
Dvp9_onyx_if.c609 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols); in vp9_alloc_compressor_data()
Dvp9_encodeframe.c3167 assert(tp - cpi->tok <= get_token_alloc(cm->mb_rows, cm->mb_cols)); in encode_frame_internal()