Searched refs:best (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodemb.c | 252 int best; in optimize_b() local 326 best = rd_cost1 < rd_cost0; in optimize_b() 330 tokens[i][0].rate = base_bits + (best ? rate1 : rate0); in optimize_b() 331 tokens[i][0].error = d2 + (best ? error1 : error0); in optimize_b() 335 best_mask[0] |= best << i; in optimize_b() 392 best = rd_cost1 < rd_cost0; in optimize_b() 400 tokens[i][1].rate = base_bits + (best ? rate1 : rate0); in optimize_b() 401 tokens[i][1].error = d2 + (best ? error1 : error0); in optimize_b() 403 tokens[i][1].token =best?t1:t0; in optimize_b() 405 best_mask[1] |= best << i; in optimize_b() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | rtcd.pl | 88 my $best = eval "\$${fn}_default"; 89 if ($best) { 90 my $best_ofn = eval "\$${best}"; 92 eval "\$${best}_link = 'false'";
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 125 int best, band, pt; in optimize_b() local 184 best = rd_cost1 < rd_cost0; in optimize_b() 188 tokens[i][0].rate = base_bits + (best ? rate1 : rate0); in optimize_b() 189 tokens[i][0].error = d2 + (best ? error1 : error0); in optimize_b() 193 best_index[i][0] = best; in optimize_b() 237 best = rd_cost1 < rd_cost0; in optimize_b() 244 tokens[i][1].rate = base_bits + (best ? rate1 : rate0); in optimize_b() 245 tokens[i][1].error = d2 + (best ? error1 : error0); in optimize_b() 247 tokens[i][1].token = best ? t1 : t0; in optimize_b() 249 best_index[i][1] = best; in optimize_b() [all …]
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_mm.c | 221 struct _WsbmMMNode *best; in wsbmMMSearchFree() local 225 best = NULL; in wsbmMMSearchFree() 247 best = entry; in wsbmMMSearchFree() 253 return best; in wsbmMMSearchFree()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | findnearmv.h | 78 int_mv *nearest, int_mv *nearby, int_mv *best,
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 855 __u32 i, best = ~0, best_score = 0; in omap4_hwc_set_best_hdmi_mode() local 915 best = i; in omap4_hwc_set_best_hdmi_mode() 919 if (~best) { in omap4_hwc_set_best_hdmi_mode() 921 sdis.mode = d.dis.modedb[best]; in omap4_hwc_set_best_hdmi_mode() 922 ALOGD("picking #%d", best); in omap4_hwc_set_best_hdmi_mode() 924 if (ext->last_mode != ~best) in omap4_hwc_set_best_hdmi_mode() 926 ext->last_mode = ~best; in omap4_hwc_set_best_hdmi_mode()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 1053 __u32 i, best = ~0, best_score = 0; in omap4_hwc_set_best_hdmi_mode() local 1162 best = i; in omap4_hwc_set_best_hdmi_mode() 1166 if (~best) { in omap4_hwc_set_best_hdmi_mode() 1168 sdis.mode = d.dis.modedb[best]; in omap4_hwc_set_best_hdmi_mode() 1169 ALOGD("picking #%d", best); in omap4_hwc_set_best_hdmi_mode() 1171 if (ext->last_mode != ~best) { in omap4_hwc_set_best_hdmi_mode() 1182 d.modedb[best].xres, d.modedb[best].yres); in omap4_hwc_set_best_hdmi_mode() 1188 ext->last_mode = ~best; in omap4_hwc_set_best_hdmi_mode()
|
/hardware/intel/img/libdrm/ |
D | Makefile.in | 103 GZIP_ENV = --best
|
D | aclocal.m4 | 4346 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 5637 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 7021 # If we don't have a new enough Autoconf to choose the best grep 7037 # If we don't have a new enough Autoconf to choose the best objdump
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 389 cap the best quantizer for 2nd order DC 506 Over 7% overall PSNR improvement (6.3% SSIM) in "best" quality
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 26 Linux, Windows, Mac OS X, and Cygwin. We will also make our best
|
/hardware/intel/bootstub/ |
D | LICENSE | 293 possible use to the public, the best way to achieve this is to make it
|