Searched refs:max_plane (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c146 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
3002 max_plane = 1;
3015 swap_block_ptr(x, ctx, 1, 0, 0, max_plane);
3731 int max_plane = MAX_MB_PLANE; local
3738 max_plane = 1;
3749 swap_block_ptr(x, ctx, 1, 0, 0, max_plane);
145 swap_block_ptr(MACROBLOCK *x, PICK_MODE_CONTEXT *ctx, int m, int n, int min_plane, int max_plane) argument
H A Dvp9_encodeframe.c525 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) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3041 int max_plane) {
3046 for (i = 0; i < max_plane; ++i) {
3544 int max_plane = MAX_MB_PLANE; local
3552 max_plane = 1;
3561 swap_block_ptr(x, ctx, max_plane);
4251 int max_plane = MAX_MB_PLANE; local
4258 max_plane = 1;
4269 swap_block_ptr(x, ctx, max_plane);
3040 swap_block_ptr(MACROBLOCK *x, PICK_MODE_CONTEXT *ctx, int max_plane) argument
H A Dvp9_encodeframe.c837 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) {

Completed in 7580 milliseconds