Searched refs:mvp (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/vp8/common/ |
D | findnearmv.h | 26 static void mv_bias(int refmb_ref_frame_sign_bias, int refframe, int_mv *mvp, const int *ref_frame_… in mv_bias() argument 29 xmv = mvp->as_mv; in mv_bias() 37 mvp->as_mv = xmv; in mv_bias()
|
/external/chromium/chrome/browser/ui/webui/ |
D | most_visited_handler.cc | 181 MostVisitedPage mvp; in HandleAddPinnedURL() local 188 mvp.url = GURL(tmp_string); in HandleAddPinnedURL() 192 mvp.title = tmp_string16; in HandleAddPinnedURL() 198 mvp.favicon_url = GURL(tmp_string); in HandleAddPinnedURL() 204 mvp.thumbnail_url = GURL(tmp_string); in HandleAddPinnedURL() 210 AddPinnedURL(mvp, index); in HandleAddPinnedURL()
|
/external/libvpx/vp8/encoder/ |
D | pickinter.c | 441 MV mvp; in vp8_pick_inter_mode() local 619 vp8_mv_pred(cpi, &x->e_mbd, x->e_mbd.mode_info_context, &mvp, in vp8_pick_inter_mode() 623 if(mvp.row > best_ref_mv.row + MAX_FULL_PEL_VAL) in vp8_pick_inter_mode() 624 mvp.row = best_ref_mv.row + MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() 625 else if(mvp.row < best_ref_mv.row - MAX_FULL_PEL_VAL) in vp8_pick_inter_mode() 626 mvp.row = best_ref_mv.row - MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() 627 if(mvp.col > best_ref_mv.col + MAX_FULL_PEL_VAL) in vp8_pick_inter_mode() 628 mvp.col = best_ref_mv.col + MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() 629 else if(mvp.col < best_ref_mv.col - MAX_FULL_PEL_VAL) in vp8_pick_inter_mode() 630 mvp.col = best_ref_mv.col - MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() [all …]
|
D | rdopt.c | 1010 MV *mvp; member 1128 bsi->mvp = &bsi->sv_mvp[i]; in rd_check_segment() 1129 if (i==1 && segmentation == BLOCK_16X8) bsi->mvp = &bsi->sv_mvp[2]; in rd_check_segment() 1137 bsi->mvp = &(x->e_mbd.block[i-1].bmi.mv.as_mv); in rd_check_segment() 1138 if (i==4 || i==8 || i==12) bsi->mvp = &(x->e_mbd.block[i-4].bmi.mv.as_mv); in rd_check_segment() 1160 bestsme = cpi->diamond_search_sad(x, c, e, bsi->mvp, in rd_check_segment() 1175 thissme = cpi->diamond_search_sad(x, c, e, bsi->mvp, in rd_check_segment() 1194 thissme = cpi->full_search_sad(x, c, e, bsi->mvp, in rd_check_segment() 1315 bsi.mvp = best_ref_mv; in vp8_rd_pick_best_mbsegmentation() 1394 bsi.mvp = &bsi.sv_mvp[0]; in vp8_rd_pick_best_mbsegmentation() [all …]
|
D | rdopt.h | 25 MV *mvp,
|
/external/qemu/target-mips/ |
D | machine.c | 55 qemu_put_sbe32s(f, &env->mvp->CP0_MVPControl); in cpu_save() 56 qemu_put_sbe32s(f, &env->mvp->CP0_MVPConf0); in cpu_save() 57 qemu_put_sbe32s(f, &env->mvp->CP0_MVPConf1); in cpu_save() 206 qemu_get_sbe32s(f, &env->mvp->CP0_MVPControl); in cpu_load() 207 qemu_get_sbe32s(f, &env->mvp->CP0_MVPConf0); in cpu_load() 208 qemu_get_sbe32s(f, &env->mvp->CP0_MVPConf1); in cpu_load()
|
D | translate_init.c | 531 env->mvp = qemu_mallocz(sizeof(CPUMIPSMVPContext)); in mvp_init() 537 env->mvp->CP0_MVPConf0 = (1 << CP0MVPC0_M) | (1 << CP0MVPC0_TLBS) | in mvp_init() 546 env->mvp->CP0_MVPConf0 |= (env->tlb->nb_tlb << CP0MVPC0_PTLBE); in mvp_init() 551 env->mvp->CP0_MVPConf1 = (1 << CP0MVPC1_CIM) | (1 << CP0MVPC1_CIF) | in mvp_init()
|
D | op_helper.c | 572 return env->mvp->CP0_MVPControl; in helper_mfc0_mvpcontrol() 577 return env->mvp->CP0_MVPConf0; in helper_mfc0_mvpconf0() 582 return env->mvp->CP0_MVPConf1; in helper_mfc0_mvpconf1() 828 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_mvpcontrol() 830 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask); in helper_mtc0_mvpcontrol() 834 env->mvp->CP0_MVPControl = newval; in helper_mtc0_mvpcontrol() 876 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_vpeconf1() 936 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_tcbind() 948 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mttc0_tcbind()
|
D | cpu.h | 461 CPUMIPSMVPContext *mvp; member
|
D | translate.c | 5235 (env->mvp->CP0_MVPConf0 & (0xff << CP0MVPC0_PTC))) in gen_mftr() 5400 (env->mvp->CP0_MVPConf0 & (0xff << CP0MVPC0_PTC))) in gen_mttr()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 11545 http://mvp.support.microsoft.com/default.aspx?scid=fh;EN-US;mvpins200412&style=flat
|