Searched refs:ml_predict_breakout (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 71 static int ml_predict_breakout(const AV1_COMP *const cpi, BLOCK_SIZE bsize, 2459 if (ml_predict_breakout(cpi, bsize, x, &this_rdc, in rd_pick_sqr_partition() 3025 static int ml_predict_breakout(const AV1_COMP *const cpi, BLOCK_SIZE bsize, in ml_predict_breakout() function 3451 if (ml_predict_breakout(cpi, bsize, x, &this_rdc, in rd_pick_partition()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 3213 static int ml_predict_breakout(VP9_COMP *const cpi, BLOCK_SIZE bsize, in ml_predict_breakout() function 3877 if (ml_predict_breakout(cpi, bsize, x, &this_rdc)) { in rd_pick_partition()
|