Home
last modified time | relevance | path

Searched refs:MF_LOCAL_STRUCTURE_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
Dnon_greedy_mv_test.cc40 int (**M_ptr)[MF_LOCAL_STRUCTURE_SIZE]) { in read_in_local_var() argument
50 *M_ptr = (int(*)[MF_LOCAL_STRUCTURE_SIZE])malloc( in read_in_local_var()
51 (*rows_ptr) * (*cols_ptr) * MF_LOCAL_STRUCTURE_SIZE * sizeof(int_type)); in read_in_local_var()
111 static int compare_local_var(const int (*local_var1)[MF_LOCAL_STRUCTURE_SIZE], in compare_local_var() argument
112 const int (*local_var2)[MF_LOCAL_STRUCTURE_SIZE], in compare_local_var() argument
117 for (inner_idx = 0; inner_idx < MF_LOCAL_STRUCTURE_SIZE; ++inner_idx) { in compare_local_var()
136 int(*local_var)[MF_LOCAL_STRUCTURE_SIZE] = NULL; in TEST()
172 int(*gt_local_var)[MF_LOCAL_STRUCTURE_SIZE] = NULL; in TEST()
173 int(*est_local_var)[MF_LOCAL_STRUCTURE_SIZE] = NULL; in TEST()
186 est_local_var = (int(*)[MF_LOCAL_STRUCTURE_SIZE])malloc( in TEST()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.h24 #define MF_LOCAL_STRUCTURE_SIZE 4 macro
35 int (*local_structure)[MF_LOCAL_STRUCTURE_SIZE];
99 const int (*M)[MF_LOCAL_STRUCTURE_SIZE],
108 int (*M)[MF_LOCAL_STRUCTURE_SIZE]);
Dvp9_non_greedy_mv.c362 const int (*M)[MF_LOCAL_STRUCTURE_SIZE], in get_smooth_motion_vector() argument
414 const int (*M)[MF_LOCAL_STRUCTURE_SIZE], in vp9_get_smooth_motion_field() argument
462 int (*M)[MF_LOCAL_STRUCTURE_SIZE]) { in vp9_get_local_structure() argument