Home
last modified time | relevance | path

Searched refs:x_idx (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc160 for (int x_idx = 0; x_idx < x_num; x_idx++) { in ComputeTheoreticalJacobianTranspose() local
161 const int64 x_size = x_shapes[x_idx].num_elements(); in ComputeTheoreticalJacobianTranspose()
162 auto jacobian = (*jacobian_ts)[x_idx * y_num + y_idx].matrix<JAC_T>(); in ComputeTheoreticalJacobianTranspose()
163 auto dx_flat = dxout[x_idx].flat<X_T>(); in ComputeTheoreticalJacobianTranspose()
190 for (int x_idx = 0; x_idx < x_datas->size(); x_idx++) { in EvaluateGraph() local
192 if (y_data.SharesBufferWith((*x_datas)[x_idx])) { in EvaluateGraph()
221 for (int x_idx = 0; x_idx < x_num; x_idx++) { in ComputeNumericJacobianTranspose() local
222 auto x_data_flat = (*x_datas)[x_idx].flat<X_T>(); in ComputeNumericJacobianTranspose()
223 const int64 x_size = x_shapes[x_idx].num_elements(); in ComputeNumericJacobianTranspose()
251 auto jacobian = (*jacobian_ts)[x_idx * y_num + y_idx].matrix<JAC_T>(); in ComputeNumericJacobianTranspose()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1727 int i, x_idx, y; in update_state() local
1789 for (x_idx = 0; x_idx < mi_width; x_idx++) in update_state()
1790 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx && in update_state()
1792 xd->mi[x_idx + y * mis] = mi_addr; in update_state()
2724 int x_idx = (i & 1) * (mi_step >> 1); in rd_use_partition() local
2728 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols)) in rd_use_partition()
2733 tp, mi_row + y_idx, mi_col + x_idx, subsize, in rd_use_partition()
2768 int x_idx = (i & 1) * (mi_step >> 1); in rd_use_partition() local
2774 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols)) in rd_use_partition()
2779 rd_pick_sb_modes(cpi, tile_data, x, mi_row + y_idx, mi_col + x_idx, in rd_use_partition()
[all …]
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c71 const int x_idx = (r_idx & 1) * bw / 2; in get_res_var_features() local
73 const int src_offset = y_idx * src_stride + x_idx; in get_res_var_features()
74 const int dst_offset = y_idx * dst_stride + x_idx; in get_res_var_features()
Dencodeframe.c334 int i, x_idx, y; in update_state() local
391 for (x_idx = 0; x_idx < mi_width; x_idx++) in update_state()
392 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx && in update_state()
394 xd->mi[x_idx + y * mis] = mi_addr; in update_state()
1832 int x_idx = (i & 1) * hbs; in rd_use_partition() local
1836 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols)) in rd_use_partition()
1842 mi_row + y_idx, mi_col + x_idx, subsize, &tmp_rdc.rate, in rd_use_partition()
1882 int x_idx = (i & 1) * hbs; in rd_use_partition() local
1886 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols)) in rd_use_partition()
1891 pick_sb_modes(cpi, tile_data, x, mi_row + y_idx, mi_col + x_idx, &tmp_rdc, in rd_use_partition()
[all …]