Home | History | Annotate | Download | only in encoder

Lines Matching refs:f_index

1405     const int f_index =
1407 assert(f_index >= 0 && f_index < BLOCK_SIZES_ALL);
1408 const BLOCK_SIZE subsize = (BLOCK_SIZE)f_index;
7558 const BLOCK_SIZE f_index = split_qtr[bsize];
7559 assert(f_index != BLOCK_INVALID);
7566 cpi->fn_ptr[f_index].vf(src, src_stride, pred0, stride0, &esq[0][0]);
7567 cpi->fn_ptr[f_index].vf(src + bw / 2, src_stride, pred0 + bw / 2, stride0,
7569 cpi->fn_ptr[f_index].vf(src + bh / 2 * src_stride, src_stride,
7571 cpi->fn_ptr[f_index].vf(src + bh / 2 * src_stride + bw / 2, src_stride,
7574 cpi->fn_ptr[f_index].vf(src, src_stride, pred1, stride1, &esq[1][0]);
7575 cpi->fn_ptr[f_index].vf(src + bw / 2, src_stride, pred1 + bw / 2, stride1,
7577 cpi->fn_ptr[f_index].vf(src + bh / 2 * src_stride, src_stride,
7579 cpi->fn_ptr[f_index].vf(src + bh / 2 * src_stride + bw / 2, src_stride,