Searched defs:seg_data (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_seg_common.c53 SEG_LVL_FEATURES feature_id, int seg_data) {
54 assert(seg_data <= seg_feature_data_max[feature_id]);
55 if (seg_data < 0) {
57 assert(-seg_data <= seg_feature_data_max[feature_id]);
60 seg->feature_data[segment_id][feature_id] = seg_data;
52 vp9_set_segdata(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id, int seg_data) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.c53 SEG_LVL_FEATURES feature_id, int seg_data) {
54 assert(seg_data <= seg_feature_data_max[feature_id]);
55 if (seg_data < 0) {
57 assert(-seg_data <= seg_feature_data_max[feature_id]);
60 seg->feature_data[segment_id][feature_id] = seg_data;
52 vp9_set_segdata(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id, int seg_data) argument

Completed in 191 milliseconds