Searched refs:rd_check_segment (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 1104 static void rd_check_segment(VP8_COMP *cpi, MACROBLOCK *x, in rd_check_segment() function 1412 rd_check_segment(cpi, x, &bsi, BLOCK_16X8); in vp8_rd_pick_best_mbsegmentation() 1413 rd_check_segment(cpi, x, &bsi, BLOCK_8X16); in vp8_rd_pick_best_mbsegmentation() 1414 rd_check_segment(cpi, x, &bsi, BLOCK_8X8); in vp8_rd_pick_best_mbsegmentation() 1415 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation() 1421 rd_check_segment(cpi, x, &bsi, BLOCK_8X8); in vp8_rd_pick_best_mbsegmentation() 1460 rd_check_segment(cpi, x, &bsi, BLOCK_8X16); in vp8_rd_pick_best_mbsegmentation() 1471 rd_check_segment(cpi, x, &bsi, BLOCK_16X8); in vp8_rd_pick_best_mbsegmentation() 1479 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation()
|