Home
last modified time | relevance | path

Searched refs:Len (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c61 int Len; in vp8_init_dsmotion_compensation() local
66 Len = MAX_FIRST_STEP; in vp8_init_dsmotion_compensation()
72 while (Len > 0) in vp8_init_dsmotion_compensation()
77 x->ss[search_site_count].mv.row = -Len; in vp8_init_dsmotion_compensation()
78 x->ss[search_site_count].offset = -Len * stride; in vp8_init_dsmotion_compensation()
83 x->ss[search_site_count].mv.row = Len; in vp8_init_dsmotion_compensation()
84 x->ss[search_site_count].offset = Len * stride; in vp8_init_dsmotion_compensation()
88 x->ss[search_site_count].mv.col = -Len; in vp8_init_dsmotion_compensation()
90 x->ss[search_site_count].offset = -Len; in vp8_init_dsmotion_compensation()
94 x->ss[search_site_count].mv.col = Len; in vp8_init_dsmotion_compensation()
[all …]
Dtreewriter.h87 vp8_treed_write(w, t, p, x->value, x->Len); in vp8_write_token()
117 return vp8_treed_cost(t, p, x->value, x->Len); in vp8_cost_token()
Dvp8_asm_enc_offsets.c63 DEFINE(vp8_token_len, offsetof(vp8_token, Len));
67 DEFINE(vp8_extra_bit_struct_len, offsetof(vp8_extra_bit_struct, Len));
Dbitstream.c180 int n = a->Len; in vp8_pack_tokens_c()
244 const int e = p->Extra, L = b->Len; in vp8_pack_tokens_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtreecoder.c37 p[-j].Len = L; in tree2tok()
81 int L = tok[t].Len; in branch_counts()
Dentropy.h48 int Len; member
Dtreecoder.h55 int Len; member