Lines Matching full:block_offset
1262 const unsigned char *block_offset[4];
1265 block_offset[t] = ss[i+t].offset + best_address;
1267 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, sad_array);
1853 const unsigned char *block_offset[4];
1854 block_offset[0] = best_address - in_what_stride;
1855 block_offset[1] = best_address - 1;
1856 block_offset[2] = best_address + 1;
1857 block_offset[3] = best_address + in_what_stride;
1859 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, sad_array);