Searched defs:t_unpred_seg_counts (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 50 unsigned *t_unpred_seg_counts, int bw, int bh, in count_segs() 89 unsigned *t_unpred_seg_counts, int mi_row, int mi_col, in count_segs_sb() 180 unsigned t_unpred_seg_counts[MAX_SEGMENTS] = { 0 }; in av1_choose_segmap_coding_method() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 162 int *t_unpred_seg_counts, int bw, int bh, int mi_row, in count_segs() 199 int *t_unpred_seg_counts, int mi_row, int mi_col, in count_segs_sb() 252 int t_unpred_seg_counts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method() local
|