Home
last modified time | relevance | path

Searched refs:col_scale (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dscale_and_translate_op.cc317 float row_scale, col_scale; in Compute() local
318 GetValues(context, 2, &row_scale, &col_scale); in Compute()
319 OP_REQUIRES(context, row_scale > 0 && col_scale > 0, in Compute()
342 col_scale, col_translation, antialias_, &col_spans)); in Compute()
428 float row_scale, col_scale; in Compute() local
429 GetValues(context, 2, &row_scale, &col_scale); in Compute()
430 OP_REQUIRES(context, row_scale > 0 && col_scale > 0, in Compute()
446 forward_input_width, col_scale, in Compute()
/external/libaom/libaom/av1/encoder/
Dencoder.c468 const int col_scale = mi_size_wide[BLOCK_16X16] == 2 ? 1 : 2; in av1_set_active_map() local
475 new_map_16x16[(r >> row_scale) * cols + (c >> col_scale)] in av1_set_active_map()
499 const int col_scale = mi_size_wide[BLOCK_16X16] == 2 ? 1 : 2; in av1_get_active_map() local
508 new_map_16x16[(r >> row_scale) * cols + (c >> col_scale)] |= in av1_get_active_map()