Searched refs:high_b (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender_unittest.cc | 432 const int high_b = codec_bitrate_kbps_ * kVp8LayerRateAlloction[2][2]; in TEST_F() local 434 Vp8StreamInfo expected = {{7.5, 15.0, 30.0}, {low_b, mid_b, high_b}}; in TEST_F() 438 Vp8StreamInfo expected = {{3.75, 7.5, 15.0}, {low_b, mid_b, high_b}}; in TEST_F() 462 const int high_b = codec_bitrate_kbps_; in TEST_F() local 465 Vp8StreamInfo expected = {{7.5, 15.0, 30.0}, {low_b, mid_b, high_b}}; in TEST_F() 469 Vp8StreamInfo expected = {{5.0, 10.0, 20.0}, {low_b, mid_b, high_b}}; in TEST_F() 473 Vp8StreamInfo expected = {{7.5, 15.0, 15.0}, {mid_b, high_b, high_b}}; in TEST_F() 477 Vp8StreamInfo expected = {{5.0, 10.0, 10.0}, {mid_b, high_b, high_b}}; in TEST_F() 482 Vp8StreamInfo expected = {{7.0, 7.0, 7.0}, {high_b, high_b, high_b}}; in TEST_F()
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 2975 const float high_b = 10.0f; in ml_prune_4_partition() local 2980 if (var_ratio > high_b) var_ratio = high_b; in ml_prune_4_partition() 2987 if (var_ratio > high_b) var_ratio = high_b; in ml_prune_4_partition()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 3406 const float high_b = 10.0f; in ml_prune_rect_partition() local 3412 if (var_ratio > high_b) var_ratio = high_b; in ml_prune_rect_partition()
|