Home
last modified time | relevance | path

Searched refs:best_address (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c1063 unsigned char *best_address; in vp8_diamond_search_sad_c() local
1098 best_address = in_what; in vp8_diamond_search_sad_c()
1125 check_here = ss[i].offset + best_address; in vp8_diamond_search_sad_c()
1150 best_address += ss[best_site].offset; in vp8_diamond_search_sad_c()
1153 else if (best_address == in_what) in vp8_diamond_search_sad_c()
1160 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, &thissad) in vp8_diamond_search_sad_c()
1187 unsigned char *best_address; in vp8_diamond_search_sadx4() local
1222 best_address = in_what; in vp8_diamond_search_sadx4()
1259 block_offset[t] = ss[i+t].offset + best_address; in vp8_diamond_search_sadx4()
1292 check_here = ss[i].offset + best_address; in vp8_diamond_search_sadx4()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c991 const uint8_t *best_address; in vp9_diamond_search_sad_c() local
1020 best_address = in_what; in vp9_diamond_search_sad_c()
1034 const uint8_t *const check_here = ss[i].offset + best_address; in vp9_diamond_search_sad_c()
1055 best_address += ss[best_site].offset; in vp9_diamond_search_sad_c()
1062 const uint8_t *const check_here = ss[best_site].offset + best_address; in vp9_diamond_search_sad_c()
1072 best_address += ss[best_site].offset; in vp9_diamond_search_sad_c()
1080 } else if (best_address == in_what) { in vp9_diamond_search_sad_c()
1100 const uint8_t *best_address; in vp9_diamond_search_sadx4() local
1131 best_address = in_what; in vp9_diamond_search_sadx4()
1160 block_offset[t] = ss[i + t].offset + best_address; in vp9_diamond_search_sadx4()
[all …]