/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 834 thissad += mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit);\ 890 int_mv fcenter_mv; local 891 fcenter_mv.as_mv.row = center_mv->as_mv.row >> 3; 892 fcenter_mv.as_mv.col = center_mv->as_mv.col >> 3; 907 + mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit); 1088 int_mv fcenter_mv; local 1212 int_mv fcenter_mv; local 1367 int_mv fcenter_mv; local 1464 int_mv fcenter_mv; local 1599 int_mv fcenter_mv; local 1751 int_mv fcenter_mv; local 1830 int_mv fcenter_mv; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
mcomp.c | 830 thissad += mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit);\ 886 int_mv fcenter_mv; local 887 fcenter_mv.as_mv.row = center_mv->as_mv.row >> 3; 888 fcenter_mv.as_mv.col = center_mv->as_mv.col >> 3; 903 + mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit); 1082 int_mv fcenter_mv; local 1206 int_mv fcenter_mv; local 1361 int_mv fcenter_mv; local 1459 int_mv fcenter_mv; local 1594 int_mv fcenter_mv; local 1747 int_mv fcenter_mv; local 1827 int_mv fcenter_mv; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_mcomp.c | 482 thissad += mvsad_err_cost(&this_mv, &fcenter_mv, \ 521 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 534 0x7fffffff) + mvsad_err_cost(ref_mv, &fcenter_mv, 895 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1006 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1117 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1318 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1365 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1457 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1562 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1619 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1712 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 813 thissad += mvsad_err_cost(x, &this_mv, &fcenter_mv, sad_per_bit);\ 835 const MV fcenter_mv = {ref_mv->row >> 3, ref_mv->col >> 3}; local 847 mvsad_err_cost(x, &this_mv, &fcenter_mv, sadpb); 855 // mvsad_err_cost(x, &this_mv, &fcenter_mv, sadpb); 856 mv_err_cost(&this_mv, &fcenter_mv, x->nmvjointcost, x->mvcost, 905 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1080 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1536 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 1629 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 2030 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 2063 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 2128 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 2214 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local 2295 const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3}; local [all...] |