Searched refs:totrate (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 2943 int *totrate, int64_t *totdist, in nonrd_use_partition() argument 2963 nonrd_pick_sb_modes(cpi, tile, mi_row, mi_col, totrate, totdist, in nonrd_use_partition() 2970 nonrd_pick_sb_modes(cpi, tile, mi_row, mi_col, totrate, totdist, in nonrd_use_partition() 2982 *totrate != INT_MAX && *totdist != INT64_MAX) { in nonrd_use_partition() 2983 *totrate += rate; in nonrd_use_partition() 2989 nonrd_pick_sb_modes(cpi, tile, mi_row, mi_col, totrate, totdist, in nonrd_use_partition() 3001 *totrate != INT_MAX && *totdist != INT64_MAX) { in nonrd_use_partition() 3002 *totrate += rate; in nonrd_use_partition() 3010 subsize, output_enabled, totrate, totdist, in nonrd_use_partition() 3016 *totrate != INT_MAX && *totdist != INT64_MAX) { in nonrd_use_partition() [all …]
|