Searched refs:totrate (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 2917 int *totrate, int64_t *totdist) { in nonrd_use_partition() argument 2941 nonrd_pick_sb_modes(cpi, tile, mi_row, mi_col, totrate, totdist, subsize); in nonrd_use_partition() 2946 nonrd_pick_sb_modes(cpi, tile, mi_row, mi_col, totrate, totdist, subsize); in nonrd_use_partition() 2954 *totrate != INT_MAX && *totdist != INT64_MAX) { in nonrd_use_partition() 2955 *totrate += rate; in nonrd_use_partition() 2962 nonrd_pick_sb_modes(cpi, tile, mi_row, mi_col, totrate, totdist, subsize); in nonrd_use_partition() 2970 *totrate != INT_MAX && *totdist != INT64_MAX) { in nonrd_use_partition() 2971 *totrate += rate; in nonrd_use_partition() 2980 subsize, output_enabled, totrate, totdist); in nonrd_use_partition() 2986 *totrate != INT_MAX && *totdist != INT64_MAX) { in nonrd_use_partition() [all …]
|