Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymode.h37 extern const int vp8_mbsplit_count [VP8_NUMMBSPLITS]; /* # of subsets */
Dentropymode.c81 const int vp8_mbsplit_count [VP8_NUMMBSPLITS] = { 2, 2, 4, 16}; variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c1144 label_count = vp8_mbsplit_count[segmentation]; in rd_check_segment()
1505 x->partition_info->count = vp8_mbsplit_count[bsi.segment_num]; in vp8_rd_pick_best_mbsegmentation()