Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dentropymode.h35 extern const int vp8_mbsplit_count[VP8_NUMMBSPLITS]; /* # of subsets */
Dentropymode.c52 const int vp8_mbsplit_count[VP8_NUMMBSPLITS] = { 2, 2, 4, 16 }; variable
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c981 label_count = vp8_mbsplit_count[segmentation]; in rd_check_segment()
1324 x->partition_info->count = vp8_mbsplit_count[bsi.segment_num]; in vp8_rd_pick_best_mbsegmentation()