Home
last modified time | relevance | path

Searched refs:best (Results 1 – 25 of 26) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemb.c252 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/
Drtcd.pl88 my $best = eval "\$${fn}_default";
89 if ($best) {
90 my $best_ofn = eval "\$${best}";
92 eval "\$${best}_link = 'false'";
/hardware/intel/common/libwsbm/src/
Dwsbm_mm.c221 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/
Dvp9_encodemb.c125 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/
Di2c.txt1 It is considered best practice to make sure the address is correct before doing
Ddebugging.md10 The best way to get this is to call mraa_get_version() or mraa.getVersion(). If
Dbanana_pi.md34 Mainline Kernel requires the use of Device-Trees, mraa tries it's best to guess
Dbeaglebone.md38 Mainline Kernel requires the use of Device-Trees, mraa tries it's best to guess
Dcontributing.md60 (b) The contribution is based upon previous work that, to the best
Dinternals.md164 data the best and are very well supported in both languages. Argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfindnearmv.h78 int_mv *nearest, int_mv *nearby, int_mv *best,
/hardware/ti/omap4xxx/hwc/
Dhwc.c855 __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/
Dhwc.c1053 __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/
Dcontributions.md73 (b) The contribution is based upon previous work that, to the best
/hardware/intel/common/libmix/mix_video/
DCOPYING23 …, in such event, such provision shall be changed and interpreted so as to best accomplish the obje…
/hardware/intel/common/libmix/mix_vbp/
DCOPYING23 …, in such event, such provision shall be changed and interpreted so as to best accomplish the obje…
/hardware/intel/common/libmix/mix_audio/
DCOPYING23 …, in such event, such provision shall be changed and interpreted so as to best accomplish the obje…
/hardware/intel/common/libmix/mix_common/
DCOPYING23 …, 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/
DCHANGELOG389 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/
DREADME26 Linux, Windows, Mac OS X, and Cygwin. We will also make our best
/hardware/intel/bootstub/
DLICENSE293 possible use to the public, the best way to achieve this is to make it
/hardware/bsp/intel/peripheral/sensors/mraa/doc/
DDoxyfile1466 # Possible values are: HTML-CSS (which is slower, but has the best
/hardware/bsp/intel/peripheral/libupm/doxy/
DDoxyfile.in1482 # Possible values are: HTML-CSS (which is slower, but has the best
DDoxyfile.java.in1444 # Possible values are: HTML-CSS (which is slower, but has the best
/hardware/bsp/intel/peripheral/libmraa/
DDoxyfile.java.in1435 # Possible values are: HTML-CSS (which is slower, but has the best

12