HomeSort by relevance Sort by last modified time
    Searched full:max_plane (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 134 int m, int n, int min_plane, int max_plane) {
137 for (i = min_plane; i < max_plane; ++i) {
3413 int max_plane = MAX_MB_PLANE; local
3602 int max_plane = is_inter_block(&xd->mi[0]->mbmi) local
4183 int max_plane = MAX_MB_PLANE; local
    [all...]
vp9_encodeframe.c 992 int max_plane; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 3544 int max_plane = MAX_MB_PLANE; local
4251 int max_plane = MAX_MB_PLANE; local
    [all...]
vp9_encodeframe.c 853 int max_plane; local
877 max_plane = is_inter_block(mbmi) ? MAX_MB_PLANE : 1;
878 for (i = 0; i < max_plane; ++i) {
885 for (i = max_plane; i < MAX_MB_PLANE; ++i) {
    [all...]

Completed in 169 milliseconds