HomeSort by relevance Sort by last modified time
    Searched defs:high_bd (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/test/
edge_detect_test.cc 23 static int get_pix(uint8_t *buf, int i, bool high_bd) {
24 if (high_bd) {
43 * 8-bit or 16-bit, depending on the high bit-depth (high_bd) field.
45 static uint8_t *pad_8tap_convolve(const int *data, int w, int h, bool high_bd) {
56 if (high_bd) {
65 if (high_bd) {
77 static void free_pad_8tap(uint8_t *padded, int width, bool high_bd) {
78 if (high_bd) {
85 static uint8_t *malloc_bd(int num_entries, bool high_bd) {
86 const int bytes_per_entry = high_bd ? sizeof(uint16_t) : sizeof(uint8_t)
116 const bool high_bd = GET_PARAM(3); variable
130 const bool high_bd = GET_PARAM(3); variable
145 const bool high_bd = GET_PARAM(3); local
168 const bool high_bd = GET_PARAM(3); local
185 const bool high_bd = GET_PARAM(3); local
215 const bool high_bd = GET_PARAM(2); local
231 const bool high_bd = GET_PARAM(2); local
314 bool high_bd = false; local
    [all...]
  /external/libaom/libaom/examples/
noise_model.c 322 const int high_bd = args.bit_depth > 8; local
326 high_bd);
335 high_bd };
375 int strides[3] = { raw.stride[0] >> high_bd, raw.stride[1] >> high_bd,
376 raw.stride[2] >> high_bd };

Completed in 258 milliseconds