OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sm_weight_arrays
(Results
1 - 3
of
3
) sorted by null
/external/libaom/libaom/aom_dsp/
intrapred_common.h
25
static const uint8_t
sm_weight_arrays
[2 * MAX_BLOCK_DIM] = {
variable
intrapred.c
89
const uint8_t *const sm_weights_w =
sm_weight_arrays
+ bw;
90
const uint8_t *const sm_weights_h =
sm_weight_arrays
+ bh;
119
const uint8_t *const sm_weights =
sm_weight_arrays
+ bh;
148
const uint8_t *const sm_weights =
sm_weight_arrays
+ bw;
408
const uint8_t *const sm_weights_w =
sm_weight_arrays
+ bw;
409
const uint8_t *const sm_weights_h =
sm_weight_arrays
+ bh;
440
const uint8_t *const sm_weights =
sm_weight_arrays
+ bh;
471
const uint8_t *const sm_weights =
sm_weight_arrays
+ bw;
/external/libaom/libaom/aom_dsp/x86/
intrapred_ssse3.c
671
load_weight_w4(
sm_weight_arrays
, 4, wh, ww);
682
load_weight_w4(
sm_weight_arrays
, 8, wh, ww);
694
load_weight_w4(
sm_weight_arrays
, 16, wh, ww);
835
load_weight_w8(
sm_weight_arrays
, 4, wh, ww);
846
load_weight_w8(
sm_weight_arrays
, 8, wh, ww);
858
load_weight_w8(
sm_weight_arrays
, 16, wh, ww);
[
all
...]
Completed in 213 milliseconds