Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h592 FEATURE_SCORE_LOC *feature_score_loc_arr; member
Dvp9_encoder.c2570 vpx_free(cpi->feature_score_loc_arr); in vp9_remove_compressor()
6140 &cpi->feature_score_loc_arr[(mi_row + r) * tpl_frame->stride +
6175 &cpi->feature_score_loc_arr[mi_row * tpl_frame->stride + mi_col];
6441 cm, cpi->feature_score_loc_arr,
6442 vpx_calloc(mi_rows * mi_cols * 4, sizeof(*cpi->feature_score_loc_arr)));