Home
last modified time | relevance | path

Searched refs:pbest_mode (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmbgraph.c135 static int find_best_16x16_intra(AV1_COMP *cpi, PREDICTION_MODE *pbest_mode) { in find_best_16x16_intra() argument
162 if (pbest_mode) *pbest_mode = best_mode; in find_best_16x16_intra()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mbgraph.c129 static int find_best_16x16_intra(VP9_COMP *cpi, PREDICTION_MODE *pbest_mode) { in find_best_16x16_intra() argument
154 if (pbest_mode) *pbest_mode = best_mode; in find_best_16x16_intra()