Searched refs:MvField (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_mvs.c131 static int compareMVrefidx(struct MvField A, struct MvField B)
196 static int derive_temporal_colocated_mvs(HEVCContext *s, MvField temp_col,
253 MvField *tab_mvf;
254 MvField temp_col;
319 struct MvField mergecandlist[])
323 MvField *tab_mvf = s->ref->tab_mvf;
502 MvField l0_cand = mergecandlist[l0_cand_idx];
503 MvField l1_cand = mergecandlist[l1_cand_idx];
544 int merge_idx, MvField *m
[all...]
H A Dhevc_filter.c493 static int boundary_strength(HEVCContext *s, MvField *curr, MvField *neigh,
561 MvField *tab_mvf = s->ref->tab_mvf;
587 MvField *top = &tab_mvf[yp_pu * min_pu_width + x_pu];
588 MvField *curr = &tab_mvf[yq_pu * min_pu_width + x_pu];
621 MvField *left = &tab_mvf[y_pu * min_pu_width + xp_pu];
622 MvField *curr = &tab_mvf[y_pu * min_pu_width + xq_pu];
648 MvField *top = &tab_mvf[yp_pu * min_pu_width + x_pu];
649 MvField *curr = &tab_mvf[yq_pu * min_pu_width + x_pu];
663 MvField *lef
[all...]
H A Dhevc.h662 typedef struct MvField { struct
666 } MvField; typedef in typeref:struct:MvField
725 MvField *tab_mvf;
1024 int part_idx, int merge_idx, MvField *mv);
1028 MvField *mv, int mvp_lx_flag, int LX);
H A Dhevc_refs.c102 frame->tab_mvf = (MvField *)frame->tab_mvf_buf->data;
H A Dhevc.c124 s->tab_mvf_pool = av_buffer_pool_init(min_pu_size * sizeof(MvField),
1353 int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv)
1445 int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int chroma_weight, int chroma_offset)
1509 int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int cidx)
1618 struct MvField current_mv = {{{ 0 }}};
1622 MvField *tab_mvf = s->ref->tab_mvf;
1810 MvField *tab_mvf = s->ref->tab_mvf;
1965 MvField *tab_mvf = s->ref->tab_mvf;

Completed in 67 milliseconds