HomeSort by relevance Sort by last modified time
    Searched refs:gau1_cu_bl_valid (Results 1 - 3 of 3) sorted by null

  /external/libhevc/encoder/
hme_globals.h 236 extern U08 gau1_cu_bl_valid[4][4];
hme_globals.c 487 U08 gau1_cu_bl_valid[4][4] = { { 1, 0, 1, 0 }, { 1, 0, 0, 0 }, { 1, 0, 1, 0 }, { 0, 0, 0, 0 } }; variable
    [all...]
hme_err_compute.c 823 cu_bl_valid = gau1_cu_bl_valid[cu_start_y >> shift][cu_start_x >> shift];
    [all...]

Completed in 62 milliseconds