Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c63 } v8x8; typedef
67 v8x8 split[4];
123 v8x8 *vt = (v8x8 *)data; in tree_to_node()
311 int dp, int x8_idx, int y8_idx, v8x8 *vst, in fill_variance_4x4avg()
630 v8x8 *vst2 = is_key_frame ? &vst->split[k] : &vt2[i2 + j].split[k]; in av1_choose_var_based_partitioning()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c341 } v8x8; typedef
345 v8x8 split[4];
395 v8x8 *vt = (v8x8 *)data; in tree_to_node()
682 int dp, int x8_idx, int y8_idx, v8x8 *vst, in fill_variance_4x4avg()
1580 v8x8 *vst2 = is_key_frame ? &vst->split[k] : &vt2[i2 + j].split[k]; in choose_partitioning()