Searched refs:rd_check_segment (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 944 static void rd_check_segment(VP8_COMP *cpi, MACROBLOCK *x, BEST_SEG_INFO *bsi, in rd_check_segment() function 1223 rd_check_segment(cpi, x, &bsi, BLOCK_16X8); in vp8_rd_pick_best_mbsegmentation() 1224 rd_check_segment(cpi, x, &bsi, BLOCK_8X16); in vp8_rd_pick_best_mbsegmentation() 1225 rd_check_segment(cpi, x, &bsi, BLOCK_8X8); in vp8_rd_pick_best_mbsegmentation() 1226 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation() 1230 rd_check_segment(cpi, x, &bsi, BLOCK_8X8); in vp8_rd_pick_best_mbsegmentation() 1270 rd_check_segment(cpi, x, &bsi, BLOCK_8X16); in vp8_rd_pick_best_mbsegmentation() 1285 rd_check_segment(cpi, x, &bsi, BLOCK_16X8); in vp8_rd_pick_best_mbsegmentation() 1294 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation()
|