/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/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/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/bsp/intel/peripheral/libmraa/docs/ |
D | i2c.txt | 1 It is considered best practice to make sure the address is correct before doing
|
D | debugging.md | 10 The best way to get this is to call mraa_get_version() or mraa.getVersion(). If
|
D | banana_pi.md | 34 Mainline Kernel requires the use of Device-Trees, mraa tries it's best to guess
|
D | beaglebone.md | 38 Mainline Kernel requires the use of Device-Trees, mraa tries it's best to guess
|
D | contributing.md | 60 (b) The contribution is based upon previous work that, to the best
|
D | internals.md | 164 data the best and are very well supported in both languages. Argument
|
/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/bsp/intel/peripheral/libupm/docs/ |
D | contributions.md | 73 (b) The contribution is based upon previous work that, to the best
|
/hardware/intel/common/libmix/mix_video/ |
D | COPYING | 23 …, in such event, such provision shall be changed and interpreted so as to best accomplish the obje…
|
/hardware/intel/common/libmix/mix_vbp/ |
D | COPYING | 23 …, in such event, such provision shall be changed and interpreted so as to best accomplish the obje…
|
/hardware/intel/common/libmix/mix_audio/ |
D | COPYING | 23 …, in such event, such provision shall be changed and interpreted so as to best accomplish the obje…
|
/hardware/intel/common/libmix/mix_common/ |
D | COPYING | 23 …, in such event, such provision shall be changed and interpreted so as to best accomplish the obje…
|
/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
|
/hardware/bsp/intel/peripheral/sensors/mraa/doc/ |
D | Doxyfile | 1466 # Possible values are: HTML-CSS (which is slower, but has the best
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | Doxyfile.in | 1482 # Possible values are: HTML-CSS (which is slower, but has the best
|
D | Doxyfile.java.in | 1444 # Possible values are: HTML-CSS (which is slower, but has the best
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | Doxyfile.java.in | 1435 # Possible values are: HTML-CSS (which is slower, but has the best
|