Home | History | Annotate | Download | only in encoder

Lines Matching refs:block_offset

1251                 const unsigned char *block_offset[4];
1254 block_offset[t] = ss[i+t].offset + best_address;
1256 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, sad_array);
1846 const unsigned char *block_offset[4];
1847 block_offset[0] = best_address - in_what_stride;
1848 block_offset[1] = best_address - 1;
1849 block_offset[2] = best_address + 1;
1850 block_offset[3] = best_address + in_what_stride;
1852 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, sad_array);