/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_variance_impl_intrin_avx2.c | 19 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low; in vp9_get16x16var_avx2() local 130 __m256i src, src_expand_low, src_expand_high, ref, ref_expand_low; in vp9_get32x32var_avx2() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mbgraph.h | 25 } ref[MAX_REF_FRAMES]; member
|
D | vp9_pickmode.c | 39 int ref = mbmi->ref_frame[0]; in full_pixel_motion_search() local 140 int ref = mbmi->ref_frame[0]; in sub_pixel_motion_search() local
|
D | vp9_encodemv.c | 203 const MV* mv, const MV* ref, in vp9_encode_mv() 237 const MV *ref = &mbmi->ref_mvs[mbmi->ref_frame[i]][0].as_mv; in inc_mvs() local
|
D | vp9_tokenize.c | 228 const int ref = is_inter_block(mbmi); in tokenize_b() local
|
D | vp9_rdopt.c | 435 const int ref = xd->mi[0]->mbmi.ref_frame[0]; in model_rd_for_sb() local 1559 int thisrate = 0, ref; in encode_inter_mb_segment() local 1760 int ref; in rd_check_segment_txsize() local 2382 int ref = mbmi->ref_frame[0]; in single_motion_search() local 2546 int ite, ref; in joint_motion_search() local 3613 int64_t ref = cpi->rd_filter_cache[cm->interp_filter == SWITCHABLE ? in vp9_rd_pick_inter_mode_sb() local 4324 int64_t ref = cpi->rd_filter_cache[cm->interp_filter == SWITCHABLE ? in vp9_rd_pick_inter_mode_sub8x8() local
|
D | vp9_mcomp.c | 74 int vp9_mv_bit_cost(const MV *mv, const MV *ref, in vp9_mv_bit_cost() 81 static int mv_err_cost(const MV *mv, const MV *ref, in mv_err_cost() 93 static int mvsad_err_cost(const MV *mv, const MV *ref, in mvsad_err_cost()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconinter.c | 71 int w, int h, int ref, in inter_predictor() 83 int w, int h, int ref, in vp9_build_inter_predictor() 150 int ref; in build_inter_predictors() local 254 int ref; in dec_build_inter_predictors() local
|
D | vp9_mvref_common.c | 137 static INLINE int_mv scale_mv(const MB_MODE_INFO *mbmi, int ref, in scale_mv() 320 int block, int ref, int mi_row, int mi_col, in vp9_append_sub8x8_mvs_for_idx()
|
D | vp9_reconintra.c | 314 static void build_intra_predictors(const MACROBLOCKD *xd, const uint8_t *ref, in build_intra_predictors() 440 const uint8_t *ref, int ref_stride, in vp9_predict_intra_block()
|
D | vp9_entropymv.c | 133 int vp9_use_mv_hp(const MV *ref) { in vp9_use_mv_hp()
|
D | vp9_postproc.c | 437 char *ref = (char *)(noise + (rand() & 0xff)); // NOLINT in vp9_plane_add_noise_c() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp8cx_set_ref.c | 165 vpx_ref_frame_t ref; in main() local
|
/hardware/intel/img/libdrm/libdrm/nouveau/ |
D | nouveau_bo.c | 357 nouveau_bo_ref(struct nouveau_bo *ref, struct nouveau_bo **pbo) in nouveau_bo_ref() 561 struct nouveau_bo *ref = NULL; in nouveau_bo_emit_buffer() local
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderAVC.cpp | 418 VAPictureH264 *ref = sliceParam->RefPicList0; in setReference() local 453 VAPictureH264 *ref = picParam->ReferenceFrames; in updateDPB() local
|
D | VideoDecoderVP8.cpp | 41 ReferenceFrameBuffer ref = mRFBs[toggle][ref_type]; in clearAsReference() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | variance_test.cc | 38 static unsigned int variance_ref(const uint8_t *ref, const uint8_t *src, in variance_ref() 54 static unsigned int subpel_variance_ref(const uint8_t *ref, const uint8_t *src, in subpel_variance_ref() 165 unsigned int subpel_avg_variance_ref(const uint8_t *ref, in subpel_avg_variance_ref()
|
D | convolve_test.cc | 344 uint8_t ref[kOutputStride * kMaxDimension]; in TEST_P() local 389 uint8_t ref[kOutputStride * kMaxDimension]; in TEST_P() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 89 const int ref = is_inter_block(&xd->mi[0]->mbmi); in decode_coefs() local
|
D | vp9_decodemv.c | 237 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref, in read_mv() 432 int inter_mode_ctx, ref, is_compound; in read_inter_block_mode_info() local
|
/hardware/intel/img/psb_video/src/ |
D | tng_picmgmt.c | 52 VAStatus tng_picmgmt_update(context_ENC_p ctx, IMG_PICMGMT_TYPE eType, unsigned int ref) in tng_picmgmt_update()
|
D | vsp_vp8.c | 305 struct ref_frame_surface *ref = in vsp_vp8_process_seqence_param() local
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 1173 #define partition(ref, field, key, ascending) \ argument 1195 static void sort_one(VAPictureH264 ref[], int left, int right, in sort_one() 1218 static void sort_two(VAPictureH264 ref[], int left, int right, unsigned int key, unsigned int frame… in sort_two()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 26 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) in vp8_mv_bit_cost() 38 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit) in mv_err_cost() 48 static int mvsad_err_cost(int_mv *mv, int_mv *ref, int *mvsadcost[2], int error_per_bit) in mvsad_err_cost()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | loopfilter.c | 118 ref, /* index in ref_lf_deltas */ in vp8_loop_filter_frame_init() local
|