Home
last modified time | relevance | path

Searched defs:cdf_stride (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropy.c54 int cdf_stride, int nsymbs) { in reset_cdf_symbol_counter()
63 #define RESET_CDF_COUNTER_STRIDE(cname, nsymbs, cdf_stride) \ argument
/external/tensorflow/tensorflow/contrib/coder/kernels/
Drange_coder_ops_test.cc167 std::vector<int64> cdf_stride = ComputeStrides(cdf_tensor->shape()); in BuildCdf() local
/external/libaom/libaom/av1/encoder/
Dencodeframe.c4478 int num_cdfs, int cdf_stride, int nsymbs, in avg_cdf_symbol()
4496 #define AVG_CDF_STRIDE(cname_left, cname_tr, nsymbs, cdf_stride) \ argument