Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Darray4d.h166 float this_val = plane * this->depth() + depth; in FillWithMinorDimNum() local
167 (*this)(plane, depth, height, width) = this_val; in FillWithMinorDimNum()
/external/libaom/libaom/av1/encoder/
Dintra_mode_search.c483 const int this_val = src[r * stride + c]; in av1_count_colors() local
484 assert(this_val < max_pix_val); in av1_count_colors()
485 ++val_count[this_val]; in av1_count_colors()
503 const int this_val = src[r * stride + c]; in av1_count_colors_highbd() local
504 assert(this_val < max_pix_val); in av1_count_colors_highbd()
505 if (this_val >= max_pix_val) return 0; in av1_count_colors_highbd()
506 ++val_count[this_val]; in av1_count_colors_highbd()