Searched defs:ref_index (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est_template.c | 52 int src_index, int ref_index, in hpel_motion_search() 157 int src_index, int ref_index, in no_sub_motion_search() 166 int src_index, int ref_index, int size, in get_mb_score() 193 int ref_index, int size, int h, int add_rate) in ff_get_mb_score() 209 int src_index, int ref_index, in qpel_motion_search() 417 int src_index, int ref_index, const int penalty_factor, in small_diamond_search() 458 int src_index, int ref_index, const int penalty_factor, in funny_diamond_search() 500 int src_index, int ref_index, const int penalty_factor, in hex_search() 534 int src_index, int ref_index, const int penalty_factor, in l2s_dia_search() 572 int src_index, int ref_index, const int penalty_factor, in umh_search() [all …]
|
D | motion_est.c | 83 …ionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3], int x, int y, int ref_index){ in init_ref() 108 const int size, const int h, int ref_index, int src_index, in cmp_direct_inline() 180 const int size, const int h, int ref_index, int src_index, in cmp_inline() 232 int ref_index, int src_index, in cmp_simple() 238 const int size, const int h, int ref_index, int src_index, in cmp_fpel_internal() 248 const int size, const int h, int ref_index, int src_index, in cmp_internal() 261 const int size, const int h, int ref_index, int src_index, in cmp() 276 const int size, const int h, int ref_index, int src_index, in cmp_hpel() 286 const int size, const int h, int ref_index, int src_index, in cmp_qpel() 394 int src_index, int ref_index, in sad_hpel_motion_search() [all …]
|
D | mpegpicture.h | 62 int8_t *ref_index[2]; member
|
D | error_resilience.h | 47 int8_t *ref_index[2]; member
|
D | h264dec.h | 146 int8_t *ref_index[2]; member 775 int8_t *ref_index = &h->cur_pic.ref_index[list][b8_xy]; in write_back_motion_list() local
|
D | snow.h | 488 …ionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3], int x, int y, int ref_index){ in init_ref()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir.c | 1225 uint32_t ref_index = nir_src_as_uint(ref->src[0]); in v3d_nir_sort_constant_ubo_load() local
|