Searched refs:Len (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 61 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 …]
|
D | treewriter.h | 87 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()
|
D | vp8_asm_enc_offsets.c | 63 DEFINE(vp8_token_len, offsetof(vp8_token, Len)); 67 DEFINE(vp8_extra_bit_struct_len, offsetof(vp8_extra_bit_struct, Len));
|
D | bitstream.c | 180 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/ |
D | treecoder.c | 37 p[-j].Len = L; in tree2tok() 81 int L = tok[t].Len; in branch_counts()
|
D | entropy.h | 48 int Len; member
|
D | treecoder.h | 55 int Len; member
|