/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 506 const MV *center_mv, MV *best_mv, in vp9_pattern_search() argument 695 best_mv->row = br; in vp9_pattern_search() 696 best_mv->col = bc; in vp9_pattern_search() 702 const MV *best_mv, const MV *center_mv, in vp9_get_mvpred_var() argument 708 const MV mv = {best_mv->row * 8, best_mv->col * 8}; in vp9_get_mvpred_var() 712 get_buf_from_mv(in_what, best_mv), in_what->stride, &unused) + in vp9_get_mvpred_var() 718 const MV *best_mv, const MV *center_mv, in vp9_get_mvpred_av_var() argument 725 const MV mv = {best_mv->row * 8, best_mv->col * 8}; in vp9_get_mvpred_av_var() 728 return vfp->svaf(get_buf_from_mv(in_what, best_mv), in_what->stride, 0, 0, in vp9_get_mvpred_av_var() 741 const MV *center_mv, MV *best_mv) { in vp9_hex_search() argument [all …]
|
D | vp9_mcomp.h | 41 const MV *best_mv, const MV *center_mv, 45 const MV *best_mv, const MV *center_mv, 71 MV *best_mv); 114 const MV *center_mv, MV *best_mv); 124 MV *ref_mv, MV *best_mv,
|
D | vp9_firstpass.c | 391 const MV *ref_mv, MV *best_mv, in first_pass_motion_search() argument 428 best_mv->row = tmp_mv.row; in first_pass_motion_search() 429 best_mv->col = tmp_mv.col; in first_pass_motion_search() 454 best_mv->row = tmp_mv.row; in first_pass_motion_search() 455 best_mv->col = tmp_mv.col; in first_pass_motion_search()
|
D | vp9_rdopt.c | 1887 int_mv *const best_mv = &mi->bmi[i].as_mv[0]; in rd_check_segment_txsize() local 1895 &best_mv->as_mv); in rd_check_segment_txsize() 1898 new_mv->as_int = best_mv->as_int; in rd_check_segment_txsize() 1902 best_mv->as_int = new_mv->as_int; in rd_check_segment_txsize()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 855 int_mv *best_mv, in vp8_hex_search() argument 1031 best_mv->as_mv.row = br; in vp8_hex_search() 1032 best_mv->as_mv.col = bc; in vp8_hex_search() 1046 int_mv *best_mv, in vp8_diamond_search_sad_c() argument 1093 best_mv->as_mv.row = ref_row; in vp8_diamond_search_sad_c() 1094 best_mv->as_mv.col = ref_col; in vp8_diamond_search_sad_c() 1102 + mvsad_err_cost(best_mv, &fcenter_mv, mvsadcost, sad_per_bit); in vp8_diamond_search_sad_c() 1118 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sad_c() 1119 this_col_offset = best_mv->as_mv.col + ss[i].mv.col; in vp8_diamond_search_sad_c() 1148 best_mv->as_mv.row += ss[best_site].mv.row; in vp8_diamond_search_sad_c() [all …]
|
D | mcomp.h | 51 int_mv *best_mv, 102 int_mv *best_mv,
|
D | bitstream.c | 614 int_mv best_mv; in pack_inter_mode_mvs() local 631 … vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias); in pack_inter_mode_mvs() 632 vp8_clamp_mv2(&best_mv, xd); in pack_inter_mode_mvs() 656 write_mv(w, &mi->mv.as_mv, &best_mv, mvc); in pack_inter_mode_mvs() 698 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *) mvc); in pack_inter_mode_mvs()
|
D | firstpass.c | 436 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search() argument 474 best_mv->row = tmp_mv.as_mv.row; in first_pass_motion_search() 475 best_mv->col = tmp_mv.as_mv.col; in first_pass_motion_search() 500 best_mv->row = tmp_mv.as_mv.row; in first_pass_motion_search() 501 best_mv->col = tmp_mv.as_mv.col; in first_pass_motion_search()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | findnearmv.c | 30 int_mv *best_mv, in vp8_find_near_mvs() argument 134 best_mv->as_int = near_mvs[0].as_int; in vp8_find_near_mvs()
|
D | rtcd_defs.pl | 514 …, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 232 MB_MODE_INFO *mbmi, int_mv best_mv, in decode_split_mv() argument 296 blockmv.as_mv.row += best_mv.as_mv.row; in decode_split_mv() 298 blockmv.as_mv.col += best_mv.as_mv.col; in decode_split_mv()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 757 …t struct vp9_variance_vtable *fn_ptr, DEC_MVCOSTS, const struct mv *center_mv, struct mv *best_mv"; 766 …_search_sad/, "const struct macroblock *x, struct mv *ref_mv, struct mv *best_mv, int search_param… 770 …ange_search/, "const struct macroblock *x, struct mv *ref_mv, struct mv *best_mv, int search_param…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 283 …, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 283 …, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 301 …, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 121 …, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param… 122 …, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param… 123 …, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 326 …, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 379 …, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param…
|