Home
last modified time | relevance | path

Searched refs:max_size (Results 1 – 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp525 feature_set set_matrix[], int *size, int max_size) in GetFeatureSetCommand() argument
532 set_size_max = max_size; in GetFeatureSetCommand()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1936 BLOCK_SIZE max_size = BLOCK_64X64; in rd_auto_partition_range() local
1941 max_size = BLOCK_4X4; in rd_auto_partition_range()
1949 get_sb_partition_size_range(cpi, prev_mi, &min_size, &max_size); in rd_auto_partition_range()
1955 &min_size, &max_size); in rd_auto_partition_range()
1961 &min_size, &max_size); in rd_auto_partition_range()
1966 max_size = max_partition_size[max_size]; in rd_auto_partition_range()
1971 max_size = find_partition_size(max_size, in rd_auto_partition_range()
1974 min_size = MIN(min_size, max_size); in rd_auto_partition_range()
1980 next_square_size[max_size] < min_size) { in rd_auto_partition_range()
1981 min_size = next_square_size[max_size]; in rd_auto_partition_range()
[all …]
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp571 wifi_error wifi_get_concurrency_matrix(wifi_interface_handle handle, int max_size, in wifi_get_concurrency_matrix() argument