Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_cuboid_convolution.h1265 const Index start_plane = ((c == start_col) && (r == start_row))
1275 for (Index p = start_plane; p < max_plane; ++p) {
1289 ((c == start_col) && (r == start_row) && (p == start_plane))
1447 const Index start_plane = ((c == start_col) && (r == start_row))
1457 for (Index p = start_plane; p < max_plane; ++p) {
1471 ((c == start_col) && (r == start_row) && (p == start_plane))
1725 const Index start_plane =
1730 for (Index p = start_plane; p < max_plane; ++p) {
1734 ((c == start_col) && (r == start_row) && (p == start_plane))
/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c1039 unsigned int *sse_y, int start_plane, argument
1055 for (i = start_plane; i <= stop_plane; ++i) {
Dencodeframe.c6368 int start_plane = (cpi->sf.rt_sf.reuse_inter_pred_nonrd) ? 1 : 0; in encode_superblock() local
6370 start_plane, av1_num_planes(cm) - 1); in encode_superblock()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c840 unsigned int *sse_y, int start_plane, in model_rd_for_sb_uv() argument
860 for (i = start_plane; i <= stop_plane; ++i) { in model_rd_for_sb_uv()