Home
last modified time | relevance | path

Searched refs:pixel_count (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp201 int pixel_count, in CompositeRow_AlphaToMask() argument
205 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_AlphaToMask()
261 int pixel_count, in CompositeRow_Argb2Graya() argument
267 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Graya()
308 int pixel_count, in CompositeRow_Argb2Gray() argument
314 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Gray()
330 int pixel_count, in CompositeRow_Rgb2Gray() argument
334 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Rgb2Gray()
348 int pixel_count, in CompositeRow_Rgb2Graya() argument
352 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Rgb2Graya()
[all …]
/external/webrtc/video/
Dvideo_stream_encoder.h148 int pixel_count() const { return width * height; } in pixel_count() function
188 bool DropDueToSize(uint32_t pixel_count) const RTC_RUN_ON(&encoder_queue_);
357 absl::optional<int> pixel_count; member
377 bool IsPixelCountBelowThreshold(int pixel_count) const;
Dvideo_stream_encoder.cc1785 bool VideoStreamEncoder::DropDueToSize(uint32_t pixel_count) const { in DropDueToSize()
1799 pixel_count); in DropDueToSize()
1808 return pixel_count > 320 * 240; in DropDueToSize()
1810 return pixel_count > 640 * 480; in DropDueToSize()
1900 int pixel_count) const { in IsPixelCountBelowThreshold()
1901 return current_thresholds.pixel_count && in IsPixelCountBelowThreshold()
1902 pixel_count < *current_thresholds.pixel_count; in IsPixelCountBelowThreshold()
1957 int pixel_count; in ParseEncoderSwitchFieldTrial() local
1958 rtc::FromString(thresholds_split[2], &pixel_count); in ParseEncoderSwitchFieldTrial()
1965 if (pixel_count > 0) { in ParseEncoderSwitchFieldTrial()
[all …]
Dvideo_stream_encoder_unittest.cc2044 int pixel_count = video_source_.sink_wants().max_pixel_count; in TEST_F() local
2052 EXPECT_EQ(video_source_.sink_wants().max_pixel_count, pixel_count); in TEST_F()
/external/webrtc/call/adaptation/
Dvideo_stream_adapter.cc56 int GetLowerResolutionThan(int pixel_count) { in GetLowerResolutionThan() argument
57 RTC_DCHECK(pixel_count != std::numeric_limits<int>::max()); in GetLowerResolutionThan()
58 return (pixel_count * 3) / 5; in GetLowerResolutionThan()
137 int GetHigherResolutionThan(int pixel_count) { in GetHigherResolutionThan() argument
138 return pixel_count != std::numeric_limits<int>::max() in GetHigherResolutionThan()
139 ? (pixel_count * 5) / 3 in GetHigherResolutionThan()
Dvideo_stream_adapter.h59 int GetHigherResolutionThan(int pixel_count);
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc132 const int64 pixel_count = WIDTH * HEIGHT * DEPTH; in LoadImage() local
148 img_floats.resize(pixel_count); in LoadImage()
150 CHECK(pixel_count % 3 == 0); in LoadImage()
151 for (int i = 0; i < pixel_count / 3; ++i) { in LoadImage()
156 CHECK(dst_pos + 2 < pixel_count); in LoadImage()
/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py127 pixel_count = 1.0 * img1.size[0] * img1.size[1]
128 normalized_diff = diff / pixel_count / 255.0 * 100.0
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_sse4.c74 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win7_opt_sse4_1() local
110 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win7_opt_sse4_1()
220 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win7_opt_sse4_1() local
251 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win7_opt_sse4_1()
320 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win5_opt_sse4_1() local
351 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win5_opt_sse4_1()
431 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win5_opt_sse4_1() local
467 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win5_opt_sse4_1()
Dpickrst_avx2.c70 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win7_opt_avx2() local
107 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win7_opt_avx2()
213 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win7_opt_avx2() local
243 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win7_opt_avx2()
313 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win5_opt_avx2() local
345 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win5_opt_avx2()
425 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win5_opt_avx2() local
462 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win5_opt_avx2()
/external/libaom/libaom/test/
Dwiener_test.cc40 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win_opt_c() local
80 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win_opt_c()
300 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win_opt_c() local
353 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win_opt_c()
/external/webp/src/enc/
Dframe_enc.c581 const uint64_t pixel_count = nb_mbs * 384; in OneStatPass() local
609 s->value = GetPSNR(distortion, pixel_count); in OneStatPass()
785 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; in VP8EncTokenLoop() local
850 stats.value = GetPSNR(distortion, pixel_count); in VP8EncTokenLoop()
/external/libhevc/encoder/
Dihevce_me_common_defs.h500 WORD16 pixel_count; member
Dhme_refine.c2928 ps_cluster_data->as_mv[num_mvs].pixel_count = gai4_partition_area[e_part_id]; in hme_update_cluster_attributes()
3315 ps_data->as_mv[0].pixel_count = gai4_partition_area[e_part_id]; in hme_find_and_update_clusters()
3430 ps_data->as_mv[0].pixel_count = gai4_partition_area[e_part_id]; in hme_find_and_update_clusters()