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

123

/external/libvpx/libvpx/vp9/common/
H A Dvp9_findnearmv.c54 dst_list[1].as_int = 0;
61 dst_list[dst++].as_int = bmi[0].as_mv[ref_idx].as_int;
64 if (mv_list[n].as_int != dst_list[0].as_int)
65 dst_list[dst++].as_int = mv_list[n].as_int;
71 dst_list[dst++].as_int = bmi[2].as_mv[ref_idx].as_int;
72 if (dst_list[0].as_int !
[all...]
H A Dvp9_mv.h24 uint32_t as_int; member in union:int_mv
H A Dvp9_mvref_common.c149 if ((MV).as_int != mv_ref_list[0].as_int) { \
166 (CANDIDATE)->mv[1].as_int != (CANDIDATE)->mv[0].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.h24 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.h108 return cur_mb->mbmi.mv.as_int;
112 return (cur_mb->bmi + b - 1)->mv.as_int;
123 return cur_mb->mbmi.mv.as_int;
127 return (cur_mb->bmi + (b - 4))->mv.as_int;
H A Dreconinter.c278 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
288 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
303 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
392 _16x16mv.as_int = x->mode_info_context->mbmi.mv.as_int;
401 if ( _16x16mv.as_int & 0x00070007)
423 if ( _16x16mv.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/native_client_sdk/src/libraries/nacl_io_test/
H A Dmock_util.h33 return arg.value.as_int == var.value.as_int;
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c944 x->e_mbd.mode_info_context->mbmi.mv.as_int = mv->as_int;
993 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
996 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
999 this_mv->as_int = 0;
1009 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1012 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...]
H A Ddenoising.c240 mbmi->mv.as_int = 0;
242 x->best_sse_mv.as_int = 0;
H A Dmr_dissim.c205 store_mode_info->mv.as_int = tmp->mbmi.mv.as_int;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c97 dst_mv->as_int = 0;
104 dst_mv->as_int = tmp_mv.as_int;
109 if (ref_mv->as_int) {
113 zero_ref_mv.as_int = 0;
117 dst_mv->as_int = tmp_mv.as_int;
136 dst_mv->as_int = 0;
219 stats->ref[GOLDEN_FRAME].m.mv.as_int = 0;
234 stats->ref[ALTREF_FRAME].m.mv.as_int
[all...]
H A Dvp9_rdopt.c1454 x->e_mbd.mi_8x8[0]->mbmi.mv[0].as_int = mv->as_int;
1490 this_mv->as_int = seg_mvs[mbmi->ref_frame[0]].as_int;
1494 this_second_mv->as_int = seg_mvs[mbmi->ref_frame[1]].as_int;
1501 this_mv->as_int = frame_mv[NEARESTMV][mbmi->ref_frame[0]].as_int;
1503 this_second_mv->as_int =
1504 frame_mv[NEARESTMV][mbmi->ref_frame[1]].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.
91 * <code>as_int</code> represents the value of this <code>PP_Var</code> as
94 int32_t as_int;
203 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.
103 * <code>as_int</code> represents the value of this <code>PP_Var</code> as
106 int32_t as_int; member in union:PP_VarValue
212 result.value.as_int = value;
/external/chromium_org/ppapi/shared_impl/
H A Dunittest_utils.cc60 if (expected.value.as_int != actual.value.as_int) {
61 LOG(ERROR) << "expected: " << expected.value.as_int << " actual: " <<
62 actual.value.as_int;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c384 mv[0].as_int = nearest_mv[0].as_int;
385 if (is_compound) mv[1].as_int = nearest_mv[1].as_int;
389 mv[0].as_int = near_mv[0].as_int;
390 if (is_compound) mv[1].as_int = near_mv[1].as_int;
394 mv[0].as_int = 0;
395 if (is_compound) mv[1].as_int
[all...]
/external/clang/test/CodeGen/
H A Dx86_64-arguments-nacl.c7 int as_int; member in union:PP_VarValue
/external/chromium_org/ppapi/proxy/
H A Dppp_messaging_proxy_unittest.cc105 EXPECT_EQ(expected_var.value.as_int, received_var.value.as_int);
/external/chromium_org/ppapi/cpp/
H A Dvar.cc81 var_.value.as_int = i;
193 return var_.value.as_int;
204 return static_cast<double>(var_.value.as_int);
/external/chromium_org/v8/src/
H A Darguments.cc43 uintptr_t as_int = reinterpret_cast<uintptr_t>(function); local
44 if (sizeof(function) == 4) return static_cast<uint32_t>(as_int);
45 uint64_t as_64 = static_cast<uint64_t>(as_int);
/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml49 assert (3 = GenericValue.as_int intgv);
95 if 4 != GenericValue.as_int res then bomb "plus did not work";

Completed in 2429 milliseconds

123