Searched refs:comps (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 172 nmv_component *comp = &mvc->comps[i]; in vp9_write_nmv_probs() 173 nmv_component_counts *comp_counts = &counts->comps[i]; in vp9_write_nmv_probs() 186 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].class0_fp[j], in vp9_write_nmv_probs() 187 counts->comps[i].class0_fp[j], MV_FP_SIZE, w); in vp9_write_nmv_probs() 189 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].fp, counts->comps[i].fp, in vp9_write_nmv_probs() 195 update_mv(w, counts->comps[i].class0_hp, &mvc->comps[i].class0_hp, in vp9_write_nmv_probs() 197 update_mv(w, counts->comps[i].hp, &mvc->comps[i].hp, MV_UPDATE_PROB); in vp9_write_nmv_probs() 212 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in vp9_encode_mv() 215 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); in vp9_encode_mv() 228 build_nmv_component_cost_table(mvcost[0], &ctx->comps[0], usehp); in vp9_build_nmv_cost_table() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymv.c | 177 inc_mv_component(mv->row, &counts->comps[0], 1, 1); in vp9_inc_mv() 181 inc_mv_component(mv->col, &counts->comps[1], 1, 1); in vp9_inc_mv() 206 nmv_component *comp = &fc->comps[i]; in vp9_adapt_mv_probs() 207 const nmv_component *pre_comp = &pre_fc->comps[i]; in vp9_adapt_mv_probs() 208 const nmv_component_counts *c = &counts->comps[i]; in vp9_adapt_mv_probs()
|
D | vp9_entropymv.h | 95 nmv_component comps[2]; member 123 nmv_component_counts comps[2]; member
|
/hardware/bsp/intel/peripheral/libupm/src/ |
D | doxy2swig.py | 373 comps = node.getElementsByTagName('compound') 374 for c in comps:
|
/hardware/bsp/intel/peripheral/libmraa/src/ |
D | doxy2swig.py | 373 comps = node.getElementsByTagName('compound') 374 for c in comps:
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 246 diff.row = read_mv_component(r, &ctx->comps[0], use_hp); in read_mv() 249 diff.col = read_mv_component(r, &ctx->comps[1], use_hp); in read_mv()
|
D | vp9_decodeframe.c | 161 nmv_component *const comp_ctx = &ctx->comps[i]; in read_mv_probs() 169 nmv_component *const comp_ctx = &ctx->comps[i]; in read_mv_probs() 177 nmv_component *const comp_ctx = &ctx->comps[i]; in read_mv_probs()
|