Searched refs:as_int (Results 1 - 25 of 87) sorted by relevance

1234

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.c45 mv[0].as_int = mv[1].as_int = mv[2].as_int = 0;
51 if (above->mbmi.mv.as_int)
53 (++mv)->as_int = above->mbmi.mv.as_int;
64 if (left->mbmi.mv.as_int)
68 this_mv.as_int = left->mbmi.mv.as_int;
71 if (this_mv.as_int !
[all...]
H A Dmv.h28 uint32_t as_int; member in union:int_mv
H A Dentropymode.c21 int lez = (l->as_int == 0);
22 int aez = (a->as_int == 0);
23 int lea = (l->as_int == a->as_int);
H A Dfindnearmv.h112 return cur_mb->mbmi.mv.as_int;
116 return (cur_mb->bmi + b - 1)->mv.as_int;
127 return cur_mb->mbmi.mv.as_int;
131 return (cur_mb->bmi + (b - 4))->mv.as_int;
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c45 mv[0].as_int = mv[1].as_int = mv[2].as_int = 0;
51 if (above->mbmi.mv.as_int)
53 (++mv)->as_int = above->mbmi.mv.as_int;
64 if (left->mbmi.mv.as_int)
68 this_mv.as_int = left->mbmi.mv.as_int;
71 if (this_mv.as_int !
[all...]
H A Dmv.h28 uint32_t as_int; member in union:int_mv
H A Dentropymode.c21 int lez = (l->as_int == 0);
22 int aez = (a->as_int == 0);
23 int lea = (l->as_int == a->as_int);
H A Dfindnearmv.h112 return cur_mb->mbmi.mv.as_int;
116 return (cur_mb->bmi + b - 1)->mv.as_int;
127 return cur_mb->mbmi.mv.as_int;
131 return (cur_mb->bmi + (b - 4))->mv.as_int;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodemv.c268 leftmv.as_int = left_mb->mbmi.mv.as_int;
270 leftmv.as_int = (left_mb->bmi + k + 4 - 1)->mv.as_int;
273 leftmv.as_int = (mi->bmi + k - 1)->mv.as_int;
279 abovemv.as_int = above_mb->mbmi.mv.as_int;
281 abovemv.as_int = (above_mb->bmi + k + 16 - 4)->mv.as_int;
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c268 leftmv.as_int = left_mb->mbmi.mv.as_int;
270 leftmv.as_int = (left_mb->bmi + k + 4 - 1)->mv.as_int;
273 leftmv.as_int = (mi->bmi + k - 1)->mv.as_int;
279 abovemv.as_int = above_mb->mbmi.mv.as_int;
281 abovemv.as_int = (above_mb->bmi + k + 16 - 4)->mv.as_int;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.c157 near->as_int = 0;
160 nearest->as_int = mv_list[0].as_int;
161 near->as_int = mv_list[1].as_int;
165 nearest->as_int = bmi[0].as_mv[ref].as_int;
167 if (nearest->as_int != mv_list[n].as_int) {
168 near->as_int
[all...]
H A Dvp9_mv.h28 uint32_t as_int; member in union:int_mv
H A Dvp9_mvref_common.h164 if ((mv).as_int != mv_ref_list[0].as_int) { \
182 (mbmi)->mv[1].as_int != (mbmi)->mv[0].as_int) \
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c154 if ((mv).as_int != mv_ref_list[0].as_int) { \
172 (mbmi)->mv[1].as_int != (mbmi)->mv[0].as_int) \
332 near->as_int = 0;
335 nearest->as_int = mv_list[0].as_int;
336 near->as_int = mv_list[1].as_int;
340 nearest->as_int
[all...]
H A Dvp9_mv.h28 uint32_t as_int; member in union:int_mv
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c92 dst_mv->as_int = 0;
100 dst_mv->as_int = tmp_mv.as_int;
105 if (ref_mv->as_int) {
109 zero_ref_mv.as_int = 0;
113 dst_mv->as_int = tmp_mv.as_int;
132 dst_mv->as_int = 0;
212 stats->ref[GOLDEN_FRAME].m.mv.as_int = 0;
227 stats->ref[ALTREF_FRAME].m.mv.as_int
[all...]
H A Dvp9_rdopt.c1492 this_mv[0].as_int = seg_mvs[mbmi->ref_frame[0]].as_int;
1496 this_mv[1].as_int = seg_mvs[mbmi->ref_frame[1]].as_int;
1502 this_mv[0].as_int = frame_mv[NEARESTMV][mbmi->ref_frame[0]].as_int;
1504 this_mv[1].as_int = frame_mv[NEARESTMV][mbmi->ref_frame[1]].as_int;
1507 this_mv[0].as_int = frame_mv[NEARMV][mbmi->ref_frame[0]].as_int;
[all...]
H A Dvp9_pickmode.c69 tmp_mv->as_int = INVALID_MV;
268 frame_mv[NEWMV][ref_frame].as_int = INVALID_MV;
269 frame_mv[ZEROMV][ref_frame].as_int = 0;
317 if (frame_mv[NEWMV][ref_frame].as_int == INVALID_MV)
330 if (frame_mv[this_mode][ref_frame].as_int ==
331 frame_mv[NEARESTMV][ref_frame].as_int)
335 mbmi->mv[0].as_int = frame_mv[this_mode][ref_frame].as_int;
412 mbmi->mv[0].as_int = frame_mv[best_mode][best_ref_frame].as_int;
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_util.h30 return arg.value.as_int == var.value.as_int;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c940 x->e_mbd.mode_info_context->mbmi.mv.as_int = mv->as_int;
989 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
992 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
995 this_mv->as_int = 0;
1005 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1008 if (left_mv.as_int
[all...]
H A Dpickinter.c651 best_ref_mv.as_int = 0;
681 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
734 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
741 mode_mv[NEARESTMV].as_int ==0)
744 mode_mv[NEARMV].as_int ==0)
748 && best_ref_mv.as_int==0)
751 && best_ref_mv.as_int==parent_ref_mv.as_int)
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c941 x->e_mbd.mode_info_context->mbmi.mv.as_int = mv->as_int;
990 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
993 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
996 this_mv->as_int = 0;
1006 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1009 if (left_mv.as_int
[all...]
H A Dpickinter.c648 best_ref_mv.as_int = 0;
678 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
724 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
731 mode_mv[NEARESTMV].as_int ==0)
734 mode_mv[NEARMV].as_int ==0)
738 && best_ref_mv.as_int==0)
741 && best_ref_mv.as_int==parent_ref_mv.as_int)
[all...]
/external/chromium_org/ppapi/api/
H A Dpp_var.idl34 * A 32-bit integer value. Use the <code>as_int</code> member of the var.
120 * <code>as_int</code> represents the value of this <code>PP_Var</code> as
123 int32_t as_int;
232 result.value.as_int = value;
/external/chromium_org/ppapi/c/
H A Dpp_var.h45 * A 32-bit integer value. Use the <code>as_int</code> member of the var.
130 * <code>as_int</code> represents the value of this <code>PP_Var</code> as
133 int32_t as_int; member in union:PP_VarValue
239 result.value.as_int = value;

Completed in 2303 milliseconds

1234