Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h62 int vp9_seg_feature_data_max(SEG_LVL_FEATURES feature_id);
Dvp9_seg_common.c44 int vp9_seg_feature_data_max(SEG_LVL_FEATURES feature_id) { in vp9_seg_feature_data_max() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c790 const int data_max = vp9_seg_feature_data_max(j); in encode_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c532 data = decode_unsigned_max(rb, vp9_seg_feature_data_max(j)); in setup_segmentation()