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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 146 int m, int n, int min_plane, int max_plane) {
149 for (i = min_plane; i < max_plane; ++i) {
2994 int max_plane = MAX_MB_PLANE; local
3731 int max_plane = MAX_MB_PLANE; local
    [all...]
vp9_encodeframe.c 525 int max_plane; local
549 max_plane = is_inter_block(mbmi) ? MAX_MB_PLANE : 1;
550 for (i = 0; i < max_plane; ++i) {
557 for (i = max_plane; i < MAX_MB_PLANE; ++i) {
    [all...]
  /external/libvpx/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 837 int max_plane; local
861 max_plane = is_inter_block(mbmi) ? MAX_MB_PLANE : 1;
862 for (i = 0; i < max_plane; ++i) {
869 for (i = max_plane; i < MAX_MB_PLANE; ++i) {
    [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 208 milliseconds